Update dotspacemacs

- Add html layer
- Remove shell mode scroll margin fix obsoleted by Spacemacs 0.105
This commit is contained in:
2016-01-04 13:44:47 -08:00
parent 7d9b447f05
commit 083ece4c6d

View File

@@ -27,6 +27,7 @@
ruby
php
python
html
;; syntax-checking
themes-megapack
version-control
@@ -185,10 +186,6 @@ layers configuration."
ad-do-it)))
(evil-set-initial-state 'term-mode 'emacs)
(add-hook 'term-mode-hook
(lambda ()
(make-local-variable 'scroll-margin)
(setq scroll-margin 0)))
(setq tab-width 2)
(setq c-basic-offset 2)
@@ -216,6 +213,7 @@ layers configuration."
("614f8478963ec8caac8809931c9d00f670e4519388c02f71d9d27b66d5741a7f" default)))
'(fci-rule-color "#37474f")
'(hl-sexp-background-color "#1c1f26")
'(paradox-github-token t)
'(python-indent-offset 2)
'(ring-bell-function (quote ignore) t)
'(shell-pop-autocd-to-working-dir nil)