X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/0c2909a278c877ae8cd7468fb4a190e1173dbfa1..10b7a011e0ba6be5bc2383ed947b014b845efa44:/spacemacs/.spacemacs?ds=sidebyside diff --git a/spacemacs/.spacemacs b/spacemacs/.spacemacs index 283c799..8fed059 100644 --- a/spacemacs/.spacemacs +++ b/spacemacs/.spacemacs @@ -10,7 +10,7 @@ ;; 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 '() ) @@ -71,6 +71,14 @@ ;; 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 @@ -87,7 +95,6 @@ This function is called at the very end of Spacemacs initialization." (setq powerline-default-separator nil) (setq TeX-PDF-mode t Tex-command-default 'TeX) - (spacemacs/set-evil-cursor-color 'normal "#FFFFEF") ) ;; Custom variables