summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-settings.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-14emacs: simplify git/magit configurationFranck Cuny1-1/+0
I don't have to deal with magit anymore, so I can drop all the stuff that removed the VC stuff.
2021-01-04emacs: log when the GC kicks inFranck Cuny1-0/+1
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2020-03-15emacs: consolidate basic configurationFranck Cuny1-1/+16
The configuration for the module `midnight`, `emacs-server` and `exec-path-from-shall` is moved to the package containing a bunch of misc. settings.
2020-03-15emacs: ensure a few more things are utf8Franck Cuny1-0/+2
2019-04-18[emacs] set my identity.Franck Cuny1-0/+3
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+36
This is actually an easier thing to maintain.