diff options
author | Amin Bandali <me@aminb.org> | 2015-05-24 23:47:39 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2015-05-24 23:47:39 -0400 |
commit | c6389de14c657ad5b5907dee3ad5468fec300b6e (patch) | |
tree | 5f44d5094040d1e7d5f674ac88d21a29ddff736e /spacemacs | |
parent | d12879140d555b32b7ce7b5dff97664730c6c6be (diff) | |
download | configs-c6389de14c657ad5b5907dee3ad5468fec300b6e.tar.gz configs-c6389de14c657ad5b5907dee3ad5468fec300b6e.tar.xz configs-c6389de14c657ad5b5907dee3ad5468fec300b6e.zip |
[spacemacs] enable emacs-lisp & rust config layers
(also switched to develop branch again)
Diffstat (limited to 'spacemacs')
-rw-r--r-- | spacemacs/.spacemacs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index f4c95e6..669f12e 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -31,6 +31,8 @@ clojure (haskell :variables '(haskell-enable-hindent-style "chris-done" haskell-enable-shm-support t)) + emacs-lisp + rust themes-megapack ) ;; A list of packages and/or extensions that will not be install and loaded. |