diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-07 17:15:24 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-07 17:15:24 +0800 |
commit | 36aa196ce1abc43bac5d1628359027cd675a7375 (patch) | |
tree | 1e30cf391eb17036a19cd1b9d385bda660c86bff | |
parent | bc1d5a7c127c30ce89cfddf9556ed07bcbc619e9 (diff) | |
download | dotfiles-36aa196ce1abc43bac5d1628359027cd675a7375.tar.bz2 |
spacemacs: add custom "music" layer; adjust "clojure" layer
-rw-r--r-- | _spacemacs.d/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index 3072b03..ec84c31 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -80,7 +80,7 @@ ;; better-defaults c-c++ (chinese :variables chinese-enable-fcitx t) - clojure + (clojure :variables clojure-enable-fancify-symbols t) emacs-lisp emoji ess ; R programming language @@ -107,6 +107,8 @@ version-control-diff-tool 'diff-hl 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 |