diff options
-rw-r--r-- | spacemacs | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -7,8 +7,7 @@ dotspacemacs-ask-for-lazy-installation t dotspacemacs-configuration-layer-path '() dotspacemacs-configuration-layers - '( - auto-completion + '(auto-completion better-defaults bibtex emacs-lisp @@ -17,6 +16,7 @@ helm markdown org + python ranger shell (shell :variables @@ -99,16 +99,16 @@ ;; If set to `t' or `relative' line numbers are turned on in all `prog-mode' and ;; `text-mode' derivatives. If set to `relative', line numbers are relative. ;; This variable can also be set to a property list for finer control: - ;; '(:relative nil - ;; :disabled-for-modes dired-mode - ;; doc-view-mode - ;; markdown-mode - ;; org-mode - ;; pdf-view-mode - ;; text-mode - ;; :size-limit-kb 1000) - ;; (default nil) - dotspacemacs-line-numbers t + '(:relative nil + :disabled-for-modes dired-mode + doc-view-mode + markdown-mode + org-mode + pdf-view-mode + text-mode + :size-limit-kb 1000) + (default nil) + dotspacemacs-line-numbers 'relative dotspacemacs-folding-method 'evil dotspacemacs-smartparens-strict-mode nil dotspacemacs-smart-closing-parenthesis nil |