diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-16 02:09:43 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-16 02:09:43 +0100 |
| commit | e392d2278d2a46fee2411dec1027f07b4c6d79a3 (patch) | |
| tree | b8e3a2d622e1873685a43299b90109757236b870 /.emacs.d | |
| parent | 750eecccdb229debde1854601daf190b51ae2536 (diff) | |
added emacs hook for mutt; cleaned up xinitrc
Diffstat (limited to '.emacs.d')
| -rw-r--r-- | .emacs.d/config.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/config.el b/.emacs.d/config.el index b05ee7e..c546588 100644 --- a/.emacs.d/config.el +++ b/.emacs.d/config.el @@ -2,6 +2,7 @@ (add-hook 'prog-mode-hook 'display-line-numbers-mode) (add-hook 'emacs-startup-hook 'startup/revert-file-name-handler-alist) (add-hook 'emacs-startup-hook 'startup/reset-gc) + ;; Mutt support (add-to-list 'auto-mode-alist '("/tmp/mutt.*" . mail-mode)) |
