diff options
| author | Thomas Schneider <qsx@qsx.re> | 2017-07-18 22:05:56 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@qsx.re> | 2017-07-18 22:05:56 +0200 |
| commit | 9773c285e11e05540d56b5246658d113d2e3193d (patch) | |
| tree | bf199b6318c0bdaa0c12d7a5e00eb35791289c8c /dot.emacs.d | |
| parent | 75d6f701a42327915552dd48811cd19d1db1fc79 (diff) | |
Emacs: Various updates
Signed-off-by: Thomas Schneider <qsx@qsx.re>
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 7 |
1 files changed, 6 insertions, 1 deletions
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) |
