diff options
Diffstat (limited to '_spacemacs.d')
-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 |