Added .dir-locals.el which disables auto-fill-mode.
This commit is contained in:
parent
22005f797e
commit
9ec78b534d
2 changed files with 2 additions and 1 deletions
|
@ -3,3 +3,4 @@
|
|||
|
||||
;; Disable auto-fill-mode for PLFA
|
||||
(turn-off-auto-fill)
|
||||
(remove-hook 'text-mode-hook #'turn-on-auto-fill)
|
||||
|
|
|
@ -102,7 +102,7 @@ In order to have `agda-mode` automatically loaded whenever you open a file endin
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue