Multiple accounts now working in mu4e. Adding some more spacemacs
layers. Misc spacemacs conf updates.
This commit is contained in:
14
spacemacs
14
spacemacs
@@ -12,7 +12,7 @@
|
||||
dotspacemacs-configuration-layer-path '()
|
||||
;; List of configuration layers to load. If it is the symbol `all' instead
|
||||
;; of a list then all discovered layers will be installed.
|
||||
dotspacemacs-configuration-layers '(perforce git c-c++ haskell html javascript php markdown extra-langs company-mode (colors :variables colors-enable-rainbow-identifiers t) restclient evil-snipe mu4e dustin)
|
||||
dotspacemacs-configuration-layers '(perforce git c-c++ haskell html javascript php markdown extra-langs company-mode (colors :variables colors-enable-rainbow-identifiers t) restclient evil-snipe mu4e dustin perspectives rcirc)
|
||||
;; A list of packages and/or extensions that will not be install and loaded.
|
||||
dotspacemacs-excluded-packages '(evil-escape)
|
||||
;; If non-nil spacemacs will delete any orphan packages, i.e. packages that
|
||||
@@ -43,7 +43,8 @@
|
||||
:size 13
|
||||
:weight normal
|
||||
:width normal
|
||||
:powerline-scale 1.1)
|
||||
:powerline-scale 1.0)
|
||||
|
||||
;; The leader key
|
||||
dotspacemacs-leader-key "SPC"
|
||||
;; Major mode leader key is a shortcut key which is the equivalent of
|
||||
@@ -101,12 +102,21 @@
|
||||
(defun dotspacemacs/init ()
|
||||
"User initialization for Spacemacs. This function is called at the very
|
||||
startup."
|
||||
(setq-default dotspacemacs-default-font '("Source Code Pro"
|
||||
:size 12
|
||||
:weight normal
|
||||
:width normal
|
||||
:powerline-scale 1.0))
|
||||
|
||||
(setq-default git-enable-github-support t)
|
||||
|
||||
)
|
||||
|
||||
(defun dotspacemacs/config ()
|
||||
"This is were you can ultimately override default Spacemacs configuration.
|
||||
This function is called at the very end of Spacemacs initialization."
|
||||
(rainbow-mode)
|
||||
(setq powerline-default-separator 'nil)
|
||||
)
|
||||
|
||||
;; Custom variables
|
||||
|
||||
Reference in New Issue
Block a user