From ad8402a91b58e50592ba1de2c4d9f0bd1b1cb67d Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 3 Jan 2017 15:58:26 +0530 Subject: [PATCH] Update spacemacs config --- spacemacs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spacemacs b/spacemacs index 436fc8d..f3cdf08 100644 --- a/spacemacs +++ b/spacemacs @@ -19,7 +19,7 @@ values." dotspacemacs-configuration-layers '( python - php + asm ;; ---------------------------------------------------------------- ;; Example of useful layers you may want to use right away. ;; Uncomment some layer names and press (Vim style) or @@ -30,7 +30,6 @@ values." emacs-lisp git markdown - org ;; (shell :variables ;; shell-default-height 30 ;; shell-default-position 'bottom) @@ -39,6 +38,7 @@ values." ;; version-control c-c++ clojure + haskell gtags latex ) @@ -292,11 +292,11 @@ layers configuration. You are free to put any user code." (if (not (display-graphic-p frame)) (set-face-background 'default "unspecified-bg" 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 [select] 'end-of-line) - + ) ;; Do not write anything past this comment. This is where Emacs will