summaryrefslogtreecommitdiff
path: root/emacs/custom/fcuny-text.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-22text: make flymake happyFranck Cuny1-0/+7
2021-11-29emacs: enable camel case option for spell checkFranck Cuny1-0/+1
2021-01-04emacs: rename the directoryFranck Cuny1-0/+0
2020-01-13emacs/text: flyspell configuration.Franck Cuny1-10/+11
Only use the `flyspell` package if we can find the binary for `aspell` on the host. Move a couple of settings from `:config` to `:custom`. Use `flyspell-correct-ivy`, which is a better UX (for me) than a buffer at the top of the frame.
2019-12-23emacs: fontify markdown.Franck Cuny1-0/+2
2019-07-25[emacs] use pandoc if available for markdownFranck Cuny1-1/+4
2019-02-16[emacs] Split configuration in multiple files.Franck Cuny1-0/+25
This is actually an easier thing to maintain.