Commit new settings for spacemacs

This commit is contained in:
Sanchayan Maity 2016-05-03 11:25:25 +05:30
parent 447d08d6be
commit dd7a0a4e0c

View file

@ -18,6 +18,8 @@ values."
;; of a list then all discovered layers will be installed. ;; of a list then all discovered layers will be installed.
dotspacemacs-configuration-layers dotspacemacs-configuration-layers
'( '(
python
php
;; ---------------------------------------------------------------- ;; ----------------------------------------------------------------
;; Example of useful layers you may want to use right away. ;; Example of useful layers you may want to use right away.
;; Uncomment some layer names and press <SPC f e R> (Vim style) or ;; Uncomment some layer names and press <SPC f e R> (Vim style) or
@ -82,11 +84,11 @@ values."
;; List of themes, the first of the list is loaded when spacemacs starts. ;; List of themes, the first of the list is loaded when spacemacs starts.
;; Press <SPC> T n to cycle to the next theme in the list (works great ;; Press <SPC> T n to cycle to the next theme in the list (works great
;; with 2 themes variants, one dark and one light) ;; with 2 themes variants, one dark and one light)
dotspacemacs-themes '(monokai dotspacemacs-themes '(spacemacs-dark
spacemacs-dark
spacemacs-light spacemacs-light
solarized-light solarized-light
solarized-dark solarized-dark
monokai
leuven leuven
zenburn) zenburn)
;; If non nil the cursor color matches the state color. ;; If non nil the cursor color matches the state color.
@ -203,7 +205,7 @@ user code."
This function is called at the very end of Spacemacs initialization after This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code." layers configuration. You are free to put any user code."
;(setq-default c-basic-offset 4 c-default-style "linux") (xterm-mouse-mode -1)
(setq-default tab-width 8 indent-tabs-mode t) (setq-default tab-width 8 indent-tabs-mode t)
(global-set-key (kbd "TAB") 'self-insert-command) (global-set-key (kbd "TAB") 'self-insert-command)
(when (fboundp 'electric-indent-mode) (electric-indent-mode -1)) (when (fboundp 'electric-indent-mode) (electric-indent-mode -1))