aboutsummaryrefslogtreecommitdiffstats
path: root/_spacemacs.d
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-12-07 12:29:29 +0800
committerAaron LI <aaronly.me@outlook.com>2016-12-07 12:29:29 +0800
commit1f4be926af93e3090aab7f4536f823c07fa2568a (patch)
tree84adc9a2c7bab33de4e2f0ac754011abdab3caec /_spacemacs.d
parentdeafc71d237da1e3b7565ac9f1e83b48485c77af (diff)
downloaddotfiles-1f4be926af93e3090aab7f4536f823c07fa2568a.tar.bz2
_spacemacs: Use "spacemacs-dark" theme; Use slant powerline sep
Diffstat (limited to '_spacemacs.d')
-rw-r--r--_spacemacs.d/init.el16
1 files changed, 6 insertions, 10 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el
index cc4aa21..133eedf 100644
--- a/_spacemacs.d/init.el
+++ b/_spacemacs.d/init.el
@@ -9,11 +9,10 @@
;; ~/.spacemacs
;; ~/.spacemacs.d/init.el
;;
-;; The template is located at `core/templates/.spaces.template`
+;; The template is located at `core/templates/.spacemacs.template`
;;
;; Aaron LI
;; Created: 2016-04-30
-;; Updated: 2016-10-29
;;
@@ -72,7 +71,6 @@
auto-completion-complete-with-key-sequence "kj"
auto-completion-complete-with-key-sequence-delay 0.1
auto-completion-enable-snippets-in-popup t
- ;; Provided by `company-statistics'
auto-completion-enable-sort-by-usage t
auto-completion-private-snippets-directory
"~/.spacemacs.d/snippets/")
@@ -124,7 +122,6 @@
version-control-global-margin t)
xkcd
;; Custom layers
- music
)
;; List of additional packages that will be installed without being
;; wrapped in a layer. If you need some configuration for these
@@ -205,13 +202,12 @@
;; List of themes, the first of the list is loaded when spacemacs starts.
;; Press <SPC> T n to cycle to the next theme in the list (works great
;; with 2 themes variants, one dark and one light)
- dotspacemacs-themes '(monokai
- spacemacs-dark
+ dotspacemacs-themes '(spacemacs-dark
spacemacs-light
- solarized-light
solarized-dark
- leuven
- zenburn)
+ solarized-light
+ monokai
+ leuven)
;; If non nil the cursor color matches the state color in GUI Emacs.
dotspacemacs-colorize-cursor-according-to-state t
;; Default font, or prioritized list of fonts.
@@ -454,7 +450,7 @@
(spacemacs/toggle-visual-line-navigation-on)
;;
;; Change `powerline' separator
- (setq powerline-default-separator nil)
+ (setq powerline-default-separator 'slant)
;; Display tildes in the fringe on empty lines
(global-vi-tilde-fringe-mode)
;;