summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-settings.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-23rename fcuny-settings to my-settingsFranck Cuny1-65/+0
2022-03-23settings: don't pull fcuny-vars anymoreFranck Cuny1-3/+7
This library is going away. Also update the docs.
2022-03-21settings: make it work with flymakeFranck Cuny1-5/+10
2022-01-29emacs: a more visible cursorFranck Cuny1-1/+1
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.