summary refs log tree commit diff
path: root/emacs (unfollow)
Commit message (Collapse)AuthorFilesLines
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