mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
enable line number for most files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user