diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-08 13:01:28 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-08 13:01:28 +0800 |
commit | d1571ff4893df8f0305bd1b35c1573ac06de83b4 (patch) | |
tree | 4095c6171bf919c4e21cc968a1f523b52f6c49dd /_spacemacs.d | |
parent | 36aa196ce1abc43bac5d1628359027cd675a7375 (diff) | |
download | dotfiles-d1571ff4893df8f0305bd1b35c1573ac06de83b4.tar.bz2 |
spacemacs: adjust layer settings
Diffstat (limited to '_spacemacs.d')
-rw-r--r-- | _spacemacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_spacemacs.d/init.el b/_spacemacs.d/init.el index ec84c31..f181352 100644 --- a/_spacemacs.d/init.el +++ b/_spacemacs.d/init.el @@ -72,11 +72,10 @@ auto-completion-complete-with-key-sequence "kj" auto-completion-complete-with-key-sequence-delay 0.1 auto-completion-enable-snippets-in-popup t - ;auto-completion-enable-help-tooltip t ;; Provided by `company-statistics' auto-completion-enable-sort-by-usage t auto-completion-private-snippets-directory - "~/.spacemacs.d/snippets/") + "~/.spacemacs.d/snippets/") ;; better-defaults c-c++ (chinese :variables chinese-enable-fcitx t) @@ -89,6 +88,7 @@ latex markdown (mu4e :variables + mu4e-enable-mode-line t mu4e-installation-path "~/.spacemacs.d/local/mu4e") octave org |