summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-edit.el (follow)
Commit message (Collapse)AuthorAgeFilesLines
* emacs: rename the directoryFranck Cuny2021-01-041-39/+0
|
* emacs: drop ediffFranck Cuny2020-05-101-25/+4
|
* emacs: no double space between sentences.Franck Cuny2019-12-231-0/+3
|
* [emacs] ediff + parenFranck Cuny2019-07-301-3/+24
| | | | | add configuration for ediff, and update the settings for the paren mode.
* [emacs] configuration for whitespace-modeFranck Cuny2019-07-301-3/+10
| | | | | | | with trailing white space highlight on by default, they are highlighted in places i don't care (e.g. mini buffer) and this is distracting. instead, only enable them for the modes i really care about.
* [emacs] white-mode is for prog-mode only.Franck Cuny2019-04-191-1/+1
|
* [Emacs] Ensure we load flycheck and flyspell.Franck Cuny2019-02-161-1/+1
|
* [emacs] Split configuration in multiple files.Franck Cuny2019-02-161-0/+29
This is actually an easier thing to maintain.