From 9ec78b534d757df52b120ceed7577a3b849de035 Mon Sep 17 00:00:00 2001 From: Wen Kokke Date: Wed, 19 Aug 2020 22:38:59 +0200 Subject: [PATCH] Added .dir-locals.el which disables auto-fill-mode. --- .dir-locals.el | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 392ca4e1..06d9885f 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -3,3 +3,4 @@ ;; Disable auto-fill-mode for PLFA (turn-off-auto-fill) +(remove-hook 'text-mode-hook #'turn-on-auto-fill) diff --git a/README.md b/README.md index f16c90aa..1e92642c 100644 --- a/README.md +++ b/README.md @@ -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