summaryrefslogtreecommitdiff
path: root/emacs (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-04emacs: configure compile modeFranck Cuny1-0/+11
2021-04-04emacs: configure dap-mode and compile-modeFranck Cuny3-1/+46
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.
2021-03-27emacs: more bindings for counselFranck Cuny1-0/+4
2021-03-26emacs: set completion theme to opiniatedFranck Cuny1-1/+1
2021-03-26emacs: fix configuration for hl-lineFranck Cuny1-3/+3
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.
2021-03-14org: simplify a bit the lookFranck Cuny1-4/+1
Stop using a special character for the ellipsis, and use the standard org-bullets configuration.
2021-03-14org: hide emphasis markupFranck Cuny1-0/+3
2021-03-14emacs: update configuration for modus-themesFranck Cuny1-3/+12
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.
2021-03-14emacs: use `magit-repos'Franck Cuny1-0/+6
The module `magit-repos' can list the status of git repositories under a given path. Since all my repositories are under `~/workspace`, it's easy to use `M-x magit-list-repositories` to get a buffer with all my repositories, and their status (are they dirty, etc).
2021-02-20emacs: show parenFranck Cuny1-0/+1
2021-02-20emacs: enable read-mode when in RO bufferFranck Cuny1-0/+4
2021-02-16emacs: eshell aliasFranck Cuny1-1/+1
2021-02-16emacs: UI things related to org-modeFranck Cuny1-1/+8
2021-02-16emacs: UI things related to org-modeFranck Cuny1-7/+2
2021-02-12emacs: set proper font size for linuxFranck Cuny1-1/+1
2021-02-12emacs: some updates to org's uiFranck Cuny2-0/+8
2021-02-12elisp: clean up indentationFranck Cuny1-6/+4
2021-02-12org: more updates for capturesFranck Cuny1-12/+28
2021-02-12org: fix some of the capture templatesFranck Cuny1-1/+7
2021-02-12emacs: new defined search for rgFranck Cuny1-0/+23
2021-02-12emacs: slight changes to theme settingsFranck Cuny1-7/+2
2021-02-12emacs: initial configuration for trampFranck Cuny2-0/+6
2021-02-12org: rewrite the capture templatesFranck Cuny1-37/+77
Start using `doct` to manage the configuration for capturing content. Try to simplify a bit.
2021-02-12org: custom functionsFranck Cuny1-0/+33
Add a few custom functions for org-mode.
2021-01-13emacs: no snippetsFranck Cuny1-1/+1
2021-01-06emacs: performance improvement for magitFranck Cuny1-1/+42
When working with 'source', magit is extremely slow (source is a huge repository, so it's not surprising). We can improve significantly performances by disabling a number of hooks when running git status.
2021-01-04emacs: log when the GC kicks inFranck Cuny1-0/+1
2021-01-04emacs: rename the directoryFranck Cuny21-0/+983