summaryrefslogtreecommitdiff
path: root/spacemacs
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2017-07-24 20:50:20 -0500
committerBlaise Thompson <blaise@untzag.com>2017-07-24 20:50:20 -0500
commit3ddf74091b75598ba5893385885443048f3c611c (patch)
treef48488596205900886bf7abc4d051e7bdeb589e8 /spacemacs
parent0c8b42c8735343b2d55f01e29a1712a9c027f4ac (diff)
update spacemacs
Diffstat (limited to 'spacemacs')
-rw-r--r--spacemacs24
1 files changed, 12 insertions, 12 deletions
diff --git a/spacemacs b/spacemacs
index ad75d9e..93d1ddc 100644
--- a/spacemacs
+++ b/spacemacs
@@ -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