enable line number for most files

This commit is contained in:
Thomas Ruoff
2019-07-15 23:31:43 +02:00
parent 752266cc67
commit 959344e627

View File

@@ -260,7 +260,15 @@ values."
;; text-mode
;; :size-limit-kb 1000)
;; (default nil)
dotspacemacs-line-numbers nil
dotspacemacs-line-numbers '(:relative nil
:disabled-for-modes
dired-mode
doc-view-mode
markdown-mode
org-mode
pdf-view-mode
text-mode
:size-limit-kb 10000)
;; Code folding method. Possible values are `evil' and `origami'.
;; (default 'evil)
dotspacemacs-folding-method 'evil