Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-03-14 | alacritty: remove commented sections | Franck Cuny | 1 | -715/+3 | |
Only keep what I need, it's pretty hard to read or understand the configuration otherwise. If I need something specific I can always refer to the documentation. | |||||
2021-03-14 | org: simplify a bit the look | Franck Cuny | 1 | -4/+1 | |
Stop using a special character for the ellipsis, and use the standard org-bullets configuration. | |||||
2021-03-14 | org: hide emphasis markup | Franck Cuny | 1 | -0/+3 | |
2021-03-14 | emacs: update configuration for modus-themes | Franck Cuny | 1 | -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-14 | emacs: use `magit-repos' | Franck Cuny | 1 | -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-20 | emacs: show paren | Franck Cuny | 1 | -0/+1 | |
2021-02-20 | emacs: enable read-mode when in RO buffer | Franck Cuny | 1 | -0/+4 | |
2021-02-16 | emacs: eshell alias | Franck Cuny | 1 | -1/+1 | |
2021-02-16 | emacs: UI things related to org-mode | Franck Cuny | 1 | -1/+8 | |
2021-02-16 | emacs: UI things related to org-mode | Franck Cuny | 1 | -7/+2 | |
2021-02-12 | emacs: set proper font size for linux | Franck Cuny | 1 | -1/+1 | |
2021-02-12 | emacs: some updates to org's ui | Franck Cuny | 2 | -0/+8 | |
2021-02-12 | elisp: clean up indentation | Franck Cuny | 1 | -6/+4 | |
2021-02-12 | org: more updates for captures | Franck Cuny | 1 | -12/+28 | |
2021-02-12 | org: fix some of the capture templates | Franck Cuny | 1 | -1/+7 | |
2021-02-12 | emacs: new defined search for rg | Franck Cuny | 1 | -0/+23 | |
2021-02-12 | emacs: slight changes to theme settings | Franck Cuny | 1 | -7/+2 | |
2021-02-12 | emacs: initial configuration for tramp | Franck Cuny | 2 | -0/ |