Commit new settings for spacemacs
This commit is contained in:
parent
447d08d6be
commit
dd7a0a4e0c
1 changed files with 5 additions and 3 deletions
|
@ -18,6 +18,8 @@ values."
|
|||
;; of a list then all discovered layers will be installed.
|
||||
dotspacemacs-configuration-layers
|
||||
'(
|
||||
python
|
||||
php
|
||||
;; ----------------------------------------------------------------
|
||||
;; Example of useful layers you may want to use right away.
|
||||
;; 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.
|
||||
;; Press <SPC> T n to cycle to the next theme in the list (works great
|
||||
;; with 2 themes variants, one dark and one light)
|
||||
dotspacemacs-themes '(monokai
|
||||
spacemacs-dark
|
||||
dotspacemacs-themes '(spacemacs-dark
|
||||
spacemacs-light
|
||||
solarized-light
|
||||
solarized-dark
|
||||
monokai
|
||||
leuven
|
||||
zenburn)
|
||||
;; 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
|
||||
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)
|
||||
(global-set-key (kbd "TAB") 'self-insert-command)
|
||||
(when (fboundp 'electric-indent-mode) (electric-indent-mode -1))
|
||||
|
|
Loading…
Reference in a new issue