;; Paths must have a trailing slash (ie. `~/.mycontribs/')
dotspacemacs-configuration-layer-path '()
;; List of configuration layers to load.
- dotspacemacs-configuration-layers '(mu4e evil git haskell c-c++ auctex html)
+ dotspacemacs-configuration-layers '(mu4e evil git c-c++ auctex html)
;; A list of packages and/or extensions that will not be install and loaded.
dotspacemacs-excluded-packages '()
)
;; specified with an installed package.
;; Not used for now.
dotspacemacs-default-package-repository nil
+ ;; Disable setting the cursor color according to states
+ dotspacemacs-colorize-cursor-according-to-state nil
+ ;; font
+ dotspacemacs-default-font '("Source Code Pro for Powerline"
+ :size 14
+ :weight normal
+ :width normal
+ :powerline-scale 1.1)
)
;; Initialization Hooks
(setq powerline-default-separator nil)
(setq TeX-PDF-mode t
Tex-command-default 'TeX)
- (spacemacs/set-evil-cursor-color 'normal "#FFFFEF")
)
;; Custom variables