Update spacemacs config
This commit is contained in:
parent
d67d87b13e
commit
ad8402a91b
1 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ values."
|
||||||
dotspacemacs-configuration-layers
|
dotspacemacs-configuration-layers
|
||||||
'(
|
'(
|
||||||
python
|
python
|
||||||
php
|
asm
|
||||||
;; ----------------------------------------------------------------
|
;; ----------------------------------------------------------------
|
||||||
;; Example of useful layers you may want to use right away.
|
;; Example of useful layers you may want to use right away.
|
||||||
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
;; Uncomment some layer names and press <SPC f e R> (Vim style) or
|
||||||
|
@ -30,7 +30,6 @@ values."
|
||||||
emacs-lisp
|
emacs-lisp
|
||||||
git
|
git
|
||||||
markdown
|
markdown
|
||||||
org
|
|
||||||
;; (shell :variables
|
;; (shell :variables
|
||||||
;; shell-default-height 30
|
;; shell-default-height 30
|
||||||
;; shell-default-position 'bottom)
|
;; shell-default-position 'bottom)
|
||||||
|
@ -39,6 +38,7 @@ values."
|
||||||
;; version-control
|
;; version-control
|
||||||
c-c++
|
c-c++
|
||||||
clojure
|
clojure
|
||||||
|
haskell
|
||||||
gtags
|
gtags
|
||||||
latex
|
latex
|
||||||
)
|
)
|
||||||
|
@ -292,11 +292,11 @@ layers configuration. You are free to put any user code."
|
||||||
(if (not (display-graphic-p frame))
|
(if (not (display-graphic-p frame))
|
||||||
(set-face-background 'default "unspecified-bg" frame)))
|
(set-face-background 'default "unspecified-bg" frame)))
|
||||||
(on-frame-open (selected-frame))
|
(on-frame-open (selected-frame))
|
||||||
(add-hook 'after-make-frame-functions 'on-frame-open)
|
(add-hook 'after-make-frame-functions 'on-frame-open)
|
||||||
|
|
||||||
(define-key global-map "\M-[1~" 'beginning-of-line)
|
(define-key global-map "\M-[1~" 'beginning-of-line)
|
||||||
(define-key global-map [select] 'end-of-line)
|
(define-key global-map [select] 'end-of-line)
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|
Loading…
Reference in a new issue