Added Aquamacs-specific patch.
This commit is contained in:
parent
018113ee02
commit
39a686500a
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
;;; Directory Local Variables
|
;;; Directory Local Variables
|
||||||
;;; For more information see (info "(emacs) Directory Variables")
|
;;; For more information see (info "(emacs) Directory Variables")
|
||||||
|
|
||||||
;; Disable auto-fill-mode for PLFA
|
;; Disable auto-fill
|
||||||
(turn-off-auto-fill)
|
(turn-off-auto-fill)
|
||||||
(remove-hook 'text-mode-hook #'turn-on-auto-fill)
|
(remove-hook 'text-mode-hook #'turn-on-auto-fill)
|
||||||
|
|
||||||
|
|
||||||
|
;; Disable auto-fill for Aquamacs
|
||||||
|
(when (featurep 'aquamacs)
|
||||||
|
(remove-hook 'text-mode-hook 'auto-detect-wrap))
|
||||||
|
|
Loading…
Reference in a new issue