diff options
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ (put 'narrow-to-region 'disabled nil) :hook ; add functions onto hook; only basename needed ((text-mode . turn-on-auto-fill) + (text-mode . flyspell-mode) (before-save . whitespace-cleanup)) :bind ; key bindings (("C-x a r" . align-regexp)) |