diff options
author | Blaise Thompson <blaise@untzag.com> | 2017-07-24 20:50:20 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2017-07-24 20:50:20 -0500 |
commit | 3ddf74091b75598ba5893385885443048f3c611c (patch) | |
tree | f48488596205900886bf7abc4d051e7bdeb589e8 | |
parent | 0c8b42c8735343b2d55f01e29a1712a9c027f4ac (diff) |
update spacemacs
-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 |