Update dotspacemacs
- Add html layer - Remove shell mode scroll margin fix obsoleted by Spacemacs 0.105
This commit is contained in:
@@ -27,6 +27,7 @@
|
|||||||
ruby
|
ruby
|
||||||
php
|
php
|
||||||
python
|
python
|
||||||
|
html
|
||||||
;; syntax-checking
|
;; syntax-checking
|
||||||
themes-megapack
|
themes-megapack
|
||||||
version-control
|
version-control
|
||||||
@@ -185,10 +186,6 @@ layers configuration."
|
|||||||
ad-do-it)))
|
ad-do-it)))
|
||||||
|
|
||||||
(evil-set-initial-state 'term-mode 'emacs)
|
(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 tab-width 2)
|
||||||
(setq c-basic-offset 2)
|
(setq c-basic-offset 2)
|
||||||
@@ -216,6 +213,7 @@ layers configuration."
|
|||||||
("614f8478963ec8caac8809931c9d00f670e4519388c02f71d9d27b66d5741a7f" default)))
|
("614f8478963ec8caac8809931c9d00f670e4519388c02f71d9d27b66d5741a7f" default)))
|
||||||
'(fci-rule-color "#37474f")
|
'(fci-rule-color "#37474f")
|
||||||
'(hl-sexp-background-color "#1c1f26")
|
'(hl-sexp-background-color "#1c1f26")
|
||||||
|
'(paradox-github-token t)
|
||||||
'(python-indent-offset 2)
|
'(python-indent-offset 2)
|
||||||
'(ring-bell-function (quote ignore) t)
|
'(ring-bell-function (quote ignore) t)
|
||||||
'(shell-pop-autocd-to-working-dir nil)
|
'(shell-pop-autocd-to-working-dir nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user