From 959344e6270dafcbf5f4f5a406db912bc0385370 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 15 Jul 2019 23:31:43 +0200 Subject: [PATCH] enable line number for most files --- emacs/.spacemacs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/emacs/.spacemacs b/emacs/.spacemacs index 5100be9..22402e0 100644 --- a/emacs/.spacemacs +++ b/emacs/.spacemacs @@ -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