From d1fd3a4a66f93febbfd6feeb97d96971b7facf9b Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Wed, 22 Mar 2017 15:10:36 -0700 Subject: [PATCH] Update spacemacs config --- spacemacs | 13 ++++++++----- spacemacs-layers/.gitkeep | 0 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 spacemacs-layers/.gitkeep diff --git a/spacemacs b/spacemacs index 940b297..3fa86b6 100644 --- a/spacemacs +++ b/spacemacs @@ -20,7 +20,12 @@ org nginx javascript - shell-scripts ;; For fish syntax hilighting + csv + ;; R + ess + ;; fish + shell-scripts + docker ;; External tool integration version-control @@ -50,7 +55,7 @@ dotspacemacs-distribution 'spacemacs ;; List of additional paths where to look for configuration layers. ;; 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 ;; of a list then all discovered layers will be installed. dotspacemacs-configuration-layers ttm-layers @@ -187,12 +192,10 @@ before layers configuration." "Configuration function. This function is called at the very end of Spacemacs initialization after layers configuration." - (with-eval-after-load 'evil - (defalias #'forward-evil-word #'forward-evil-symbol)) - (evil-set-initial-state 'term-mode 'emacs) (setq tab-width 2) + (setq js-indent-level 2) (setq c-basic-offset 2) (setq indent-tabs-mode nil) (setq-default spacemacs-show-trailing-whitespace nil) diff --git a/spacemacs-layers/.gitkeep b/spacemacs-layers/.gitkeep new file mode 100644 index 0000000..e69de29