diff options
author | Raul Benencia <id@rbenencia.name> | 2022-07-29 07:54:42 -0700 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2022-07-29 07:54:42 -0700 |
commit | 2637baf09fce7c598496528da24f6c1b724efa97 (patch) | |
tree | 5a57f99a7185d082eddcca8f11de0c490edaef84 /.emacs.local.d/general.el | |
parent | 2914f09e3c661ecbef3a1514de9062dc1a3245b2 (diff) |
emacs: enable flycheck and languagetool
Diffstat (limited to '.emacs.local.d/general.el')
-rw-r--r-- | .emacs.local.d/general.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.local.d/general.el b/.emacs.local.d/general.el index dc4ca17..76efd12 100644 --- a/.emacs.local.d/general.el +++ b/.emacs.local.d/general.el @@ -164,8 +164,8 @@ ;;(setq browse-url-browser-function 'browse-url-generic browse-url-generic-program "chromium") ;; Mutt support. -(setq auto-mode-alist (append '((".*tmp/mutt.*" . mail-mode)) auto-mode-alist)) -(setq auto-mode-alist (append '((".*tmp/neomutt.*" . mail-mode)) auto-mode-alist)) +(setq auto-mode-alist (append '((".*tmp/mutt.*" . message-mode)) auto-mode-alist)) +(setq auto-mode-alist (append '((".*tmp/neomutt.*" . message-mode)) auto-mode-alist)) ;; Save what you enter into minibuffer prompts (setq history-length 25) |