mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
enable line number for most files
This commit is contained in:
@@ -260,7 +260,15 @@ values."
|
|||||||
;; text-mode
|
;; text-mode
|
||||||
;; :size-limit-kb 1000)
|
;; :size-limit-kb 1000)
|
||||||
;; (default nil)
|
;; (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'.
|
;; Code folding method. Possible values are `evil' and `origami'.
|
||||||
;; (default 'evil)
|
;; (default 'evil)
|
||||||
dotspacemacs-folding-method 'evil
|
dotspacemacs-folding-method 'evil
|
||||||
|
|||||||
Reference in New Issue
Block a user