Update spacemacs configuration
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
c18471a549
commit
f885f6796f
1 changed files with 5 additions and 9 deletions
14
spacemacs
14
spacemacs
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue