Update spacemacs configuration
Remove scheme and add support for Idris. emacsclient has been slow to connect. A discussion and fix was found here. https://github.com/syl20bnr/spacemacs/issues/6181 Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
dc0770bfdf
commit
7bd03f276c
1 changed files with 2 additions and 1 deletions
|
@ -37,8 +37,8 @@ values."
|
|||
shell-default-shell 'eshell
|
||||
shell-enable-smart-eshell t)
|
||||
haskell
|
||||
idris
|
||||
rust
|
||||
scheme
|
||||
emacs-lisp
|
||||
c-c++
|
||||
python
|
||||
|
@ -208,6 +208,7 @@ user code."
|
|||
This function is called at the very end of Spacemacs initialization after
|
||||
layers configuration. You are free to put any user code."
|
||||
|
||||
(setq-default xterm-query-timeout nil)
|
||||
(require 'helm-bookmark)
|
||||
(xterm-mouse-mode -1)
|
||||
(setq-default tab-width 8 indent-tabs-mode t)
|
||||
|
|
Loading…
Reference in a new issue