Enable linum-mode by default

This commit is contained in:
Bozhidar Batsov 2020-09-15 11:13:43 +03:00
parent 878cffb65a
commit d02eaf2e26
2 changed files with 6 additions and 0 deletions

View file

@ -59,6 +59,10 @@
(column-number-mode t)
(size-indication-mode t)
;; show line numbers at the beginning of each line
(unless prelude-minimalistic-ui
(linum-mode))
;; enable y/n answers
(fset 'yes-or-no-p 'y-or-n-p)