Update spacemacs config
This commit is contained in:
13
spacemacs
13
spacemacs
@@ -20,7 +20,12 @@
|
|||||||
org
|
org
|
||||||
nginx
|
nginx
|
||||||
javascript
|
javascript
|
||||||
shell-scripts ;; For fish syntax hilighting
|
csv
|
||||||
|
;; R
|
||||||
|
ess
|
||||||
|
;; fish
|
||||||
|
shell-scripts
|
||||||
|
docker
|
||||||
|
|
||||||
;; External tool integration
|
;; External tool integration
|
||||||
version-control
|
version-control
|
||||||
@@ -50,7 +55,7 @@
|
|||||||
dotspacemacs-distribution 'spacemacs
|
dotspacemacs-distribution 'spacemacs
|
||||||
;; List of additional paths where to look for configuration layers.
|
;; List of additional paths where to look for configuration layers.
|
||||||
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
|
;; Paths must have a trailing slash (i.e. `~/.mycontribs/')
|
||||||
dotspacemacs-configuration-layer-path '()
|
dotspacemacs-configuration-layer-path '("~/.dotfiles/spacemacs-layers/")
|
||||||
;; List of configuration layers to load. If it is the symbol `all' instead
|
;; List of configuration layers to load. If it is the symbol `all' instead
|
||||||
;; of a list then all discovered layers will be installed.
|
;; of a list then all discovered layers will be installed.
|
||||||
dotspacemacs-configuration-layers ttm-layers
|
dotspacemacs-configuration-layers ttm-layers
|
||||||
@@ -187,12 +192,10 @@ before layers configuration."
|
|||||||
"Configuration function.
|
"Configuration function.
|
||||||
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."
|
layers configuration."
|
||||||
(with-eval-after-load 'evil
|
|
||||||
(defalias #'forward-evil-word #'forward-evil-symbol))
|
|
||||||
|
|
||||||
(evil-set-initial-state 'term-mode 'emacs)
|
(evil-set-initial-state 'term-mode 'emacs)
|
||||||
|
|
||||||
(setq tab-width 2)
|
(setq tab-width 2)
|
||||||
|
(setq js-indent-level 2)
|
||||||
(setq c-basic-offset 2)
|
(setq c-basic-offset 2)
|
||||||
(setq indent-tabs-mode nil)
|
(setq indent-tabs-mode nil)
|
||||||
(setq-default spacemacs-show-trailing-whitespace nil)
|
(setq-default spacemacs-show-trailing-whitespace nil)
|
||||||
|
|||||||
0
spacemacs-layers/.gitkeep
Normal file
0
spacemacs-layers/.gitkeep
Normal file
Reference in New Issue
Block a user