commit 41307c2271191d8627897fb938a0722db206d390
parent 07f70c5f74cadd6548f0ac2522b8ac2123d7a500
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Fri, 3 Jul 2015 15:34:19 +0200
rename layers conforming to spacemacs change
Diffstat:
1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/.spacemacs b/.spacemacs
@@ -18,13 +18,13 @@
;; --------------------------------------------------------
auto-completion
better-defaults
- (git :variables
- git-enable-github-support t
- git-gutter-use-fringe t)
+ git
+ github
+ diff-hl
markdown
org
syntax-checking
- auctex
+ latex
python
c-c++
html
@@ -158,6 +158,11 @@ before layers configuration."
This function is called at the very end of Spacemacs initialization after
layers configuration."
+ ;; Scroll compile window
+ ;(setq compilation-scroll-output t)
+ ;; Scroll compile window until first error
+ (setq compilation-scroll-output 'first-error)
+
;; Indentation rules
(setq-default indent-tabs-mode nil)
(setq-default tab-width 4)