Update spacemacs configuration

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2018-11-23 22:46:00 +05:30
parent c18471a549
commit f885f6796f

View file

@ -17,17 +17,18 @@ values."
;; List of configuration layers to load. If it is the symbol `all' instead ;; List of configuration layers to load. If it is the symbol `all' instead
;; of a list then all discovered layers will be installed. ;; of a list then all discovered layers will be installed.
dotspacemacs-configuration-layers dotspacemacs-configuration-layers
'(yaml '(shell-scripts
shell-scripts
asm 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
;; <M-m f e R> (Emacs style) to install them. ;; <M-m f e R> (Emacs style) to install them.
;; ---------------------------------------------------------------- ;; ----------------------------------------------------------------
auto-completion
;; better-defaults ;; better-defaults
emacs-lisp ;; spell-checking
;; syntax-checking
;; version-control
auto-completion
git git
markdown markdown
(shell :variables (shell :variables
@ -35,13 +36,9 @@ values."
shell-default-position 'bottom shell-default-position 'bottom
shell-default-shell 'eshell shell-default-shell 'eshell
shell-enable-smart-eshell t) shell-enable-smart-eshell t)
;; spell-checking
;; syntax-checking
;; version-control
haskell haskell
rust rust
scheme scheme
clojure
emacs-lisp emacs-lisp
c-c++ c-c++
python python
@ -211,7 +208,6 @@ user code."
This function is called at the very end of Spacemacs initialization after This function is called at the very end of Spacemacs initialization after
layers configuration. You are free to put any user code." layers configuration. You are free to put any user code."
(intero-global-mode 1)
(require 'helm-bookmark) (require 'helm-bookmark)
(xterm-mouse-mode -1) (xterm-mouse-mode -1)
(setq-default tab-width 8 indent-tabs-mode t) (setq-default tab-width 8 indent-tabs-mode t)