Added .dir-locals.el which disables auto-fill-mode.

This commit is contained in:
Wen Kokke 2020-08-19 22:38:59 +02:00
parent 22005f797e
commit 9ec78b534d
2 changed files with 2 additions and 1 deletions

View file

@ -3,3 +3,4 @@
;; Disable auto-fill-mode for PLFA ;; Disable auto-fill-mode for PLFA
(turn-off-auto-fill) (turn-off-auto-fill)
(remove-hook 'text-mode-hook #'turn-on-auto-fill)

View file

@ -102,7 +102,7 @@ In order to have `agda-mode` automatically loaded whenever you open a file endin
auto-mode-alist)) auto-mode-alist))
``` ```
The configuration file for Emacs is normally located in `~/.emacs` or `~/.emacs.d/init.el`, but Aquamacs users might need to move their startup settings to the `Preferences.el` file in `~/Library/Preferences/Aquamacs Emacs/Preferences`. (The configuration file for Emacs is normally located in `~/.emacs` or `~/.emacs.d/init.el`, but Aquamacs users might need to move their startup settings to the `Preferences.el` file in `~/Library/Preferences/Aquamacs Emacs/Preferences`.)
### Using mononoki in Emacs ### Using mononoki in Emacs