| Commit message (Collapse) | Author | Files | Lines |
|
It breaks every time I update the package.
|
|
Debug Adapter Protocol (DAP) is wire protocol to communicate between a
client and debug server. This is similar to LSP, but for debuggers.
This initial configuration focuses on enabling the mode and setting the
layout for the various buffers (in this case I want the different
buffers on the right screen and keep the main part focused on the code).
I also disable some widget to use the debugger with hydra.
There's still a number of things that are incomplete when it comes to
integrate DAP and delve (the go debugger): there's no way to call
functions, to have access to the variables, etc. But this is a good
start though, to debug simple problems without relying on print
statement.
This also update the configuration for =go= so that =M-x compile=, when
editing a go file, by default will use =go build=. This is not what I
always need / want but this is a good default.
|
|
|
|
I need the highlighted line to be intense, with high contrast (other I'm
unable to find it the buffers). I accidently selected
'underline-only-accented' instead of 'intense-background'. This change
restore the proper value.
|
|
I want the title for org sections to have different size and also to
have different colors. This is done by setting the
`modus-themes-scale-headings` variable to true, and configuring the
various `modus-themes-scale-*` variables. The coloring is controlled
with `modus-themes-headings`.
Make the highlight line a bit more intense so that it's easier to spot
on the screen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The contrast is pretty good and the customization are also pretty.
|
|
We want to diminish `which-key` mode.
|
|
|
|
|
|
|
|
|
|
- disable the menu bar
- use the theme "leuven"
- configure the size of the fonts for linux
|
|
We only want to use 'Source Code Pro' with a size of 15 on macos.
|
|
|
|
|
|
|
|
It's a light theme with high contrast. It was suggested in this article
https://www.manueluberti.eu/emacs/2020/03/16/modus-themes/.
|
|
There might be a bunch of stuff related to hydra that I will add, so
move the configuration to its own package to make it easier in the
future.
|
|
|
|
|
|
Do not enable it for everything (for example I don't want it in the
various shells).
I also want to make sure the stickiness is not enabled (I don't want to
see two lines highlighted if I've two frames open).
|
|
|
|
The default one is good enough.
|
|
|
|
Set the size of the font to 15pt, 16 was a little bit too large on the
laptop.
|
|
I need to use bigger font, I wasted a lot of time yesterday on an issue
that was caused by a typo.
|
|
Add the current time (in 24 hours format) to the modeline.
Configure Emacs to start in fullscreen.
Set a slightly smaller font too (but keep the same font).
|
|
The light version of the theme is pretty readable, similar to
solarized but with more contrast.
I'm also adding the support for the spaceline using the spacemacs
theme, since it's pretty clean and improve the readability.
|
|
|
|
this modeline is nice and easy to spot which modes are enabled.
|
|
|
|
|
|
|
|
this is pretty ugly and not really helpful.
|
|
improve the support to write go code. adding hydra to don't have to
remember all the commands i want to use with `go-guru`, and add
`gotest` to run tests directly from emacs.
add `company-go` for code completion.
will likely add more commands to hydra as i go.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is actually an easier thing to maintain.
|