summary refs log tree commit diff
path: root/config/systemd/user/sync-music.service (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-03-27systemd: rsync music to the NASFranck Cuny1-0/+10
A systemd unit to backup my music to the NAS. This is invoked by running: ``` systemctl --user start sync-music ```
2021-03-27emacs: more bindings for counselFranck Cuny1-0/+4
2021-03-27x11: set DPI to 128Franck Cuny1-1/+1
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-14alacritty: remove commented sectionsFranck Cuny1-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-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