Enable linum-mode by default
This commit is contained in:
parent
878cffb65a
commit
d02eaf2e26
2 changed files with 6 additions and 0 deletions
core
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue