summaryrefslogtreecommitdiff
path: root/emacs/custom/my-text.el (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-05-19ref(text): replace dabbrev with hippie-expandFranck Cuny1-4/+3
2022-04-29my-text: add markdown to auto-modeFranck Cuny1-0/+2
2022-04-29don't specify where to write Emacs filesFranck Cuny1-1/+0
We don't care, as long as these files are ignored in `.gitignore' it does not matter where we write them.
2022-04-29my-text: enable goto-address-modeFranck Cuny1-0/+2
2022-04-27ensure we store local files under var/Franck Cuny1-0/+1
2022-04-27my-test: more simplificationFranck Cuny1-10/+11
2022-04-26text: further simplificationFranck Cuny1-7/+6
2022-04-20text: configure (d)abbrev modesFranck Cuny1-0/+14
2022-04-19no need for `use-package' for a few more modesFranck Cuny1-24/+14
2022-04-14remove more ivy stuffFranck Cuny1-9/+1
2022-03-23rename fcuny-text to my-textFranck Cuny1-3/+3
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.