From 9773c285e11e05540d56b5246658d113d2e3193d Mon Sep 17 00:00:00 2001 From: Thomas Schneider Date: Tue, 18 Jul 2017 22:05:56 +0200 Subject: Emacs: Various updates Signed-off-by: Thomas Schneider --- dot.emacs.d/init.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dot.emacs.d/init.el') diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el index c430b91..67378d7 100644 --- a/dot.emacs.d/init.el +++ b/dot.emacs.d/init.el @@ -49,10 +49,15 @@ (linum-relative-global-mode) (add-to-list 'auto-mode-alist '("/mutt" . mail-mode)) -(add-hook 'mail-mode-hook '(lambda() (turn-on-auto-fill))) +(add-hook 'mail-mode-hook 'turn-on-auto-fill) + (use-package auctex :ensure t :config (setq TeX-auto-save t) (setq TeX-parse-self t) (setq fill-column 80)) + +(setq tramp-default-method "ssh") + +(setq column-number-mode t) -- cgit v1.2.3