Emacs: Disable linum in org-mode

master
Pierre Neidhardt 2017-05-25 23:18:40 +02:00
parent 45cb64d368
commit 66f8a5979b
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
(add-hook-and-eval
'org-mode-hook
(lambda ()
(linum-mode 0)
(setq indent-tabs-mode nil)
(auto-fill-mode -1)))