From: Amin Bandali Date: Mon, 10 Dec 2018 01:53:21 +0000 (-0500) Subject: [emacs] abbrev in text-mode, default fill-column in message-mode X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/4b7207e1fa83e684820bf332b71a7200eeed4a80 [emacs] abbrev in text-mode, default fill-column in message-mode --- diff --git a/init.org b/init.org index 7b4a1a9..d3af370 100644 --- a/init.org +++ b/init.org @@ -1259,7 +1259,8 @@ TODO: break this giant source block down into individual org sections. :config (column-number-mode)) (progn ; `text-mode' - (add-hook 'text-mode-hook #'indicate-buffer-boundaries-left)) + (add-hook 'text-mode-hook #'indicate-buffer-boundaries-left) + (add-hook 'text-mode-hook #'abbrev-mode)) (use-package tramp :defer t @@ -2279,8 +2280,8 @@ For when I /have to/ use GH. :hook (;; (message-setup . mml-secure-message-sign-pgpmime) (message-mode . flyspell-mode) (message-mode . (lambda () - (setq fill-column 65 - message-fill-column 65) + ;; (setq fill-column 65 + ;; message-fill-column 65) (make-local-variable 'company-idle-delay) (setq company-idle-delay 0.2)))) ;; :custom-face