Remove default shell from spacemacs config
This commit is contained in:
@@ -25,8 +25,10 @@
|
|||||||
;; External tool integration
|
;; External tool integration
|
||||||
version-control
|
version-control
|
||||||
git
|
git
|
||||||
(shell :variables
|
shell
|
||||||
shell-default-term-shell "/usr/local/bin/fish")
|
;; (shell :variables
|
||||||
|
;; shell-default-term-shell "/usr/local/bin/fish"
|
||||||
|
;; shell-default-height 30)
|
||||||
|
|
||||||
;; Editing
|
;; Editing
|
||||||
auto-completion
|
auto-completion
|
||||||
@@ -173,6 +175,8 @@ before layers configuration."
|
|||||||
;; Ruby version manager
|
;; Ruby version manager
|
||||||
ruby-version-manager 'rbenv
|
ruby-version-manager 'rbenv
|
||||||
ruby-enable-ruby-on-rails-support t
|
ruby-enable-ruby-on-rails-support t
|
||||||
|
;; Auto-resume layouts on relaunch
|
||||||
|
dotspacemacs-auto-resume-layouts t
|
||||||
)
|
)
|
||||||
;; User initialization goes here
|
;; User initialization goes here
|
||||||
(add-to-list 'default-frame-alist '(height . 60))
|
(add-to-list 'default-frame-alist '(height . 60))
|
||||||
@@ -195,6 +199,7 @@ layers configuration."
|
|||||||
(setq tab-width 2)
|
(setq tab-width 2)
|
||||||
(setq c-basic-offset 2)
|
(setq c-basic-offset 2)
|
||||||
(setq indent-tabs-mode nil)
|
(setq indent-tabs-mode nil)
|
||||||
|
(setq-default spacemacs-show-trailing-whitespace nil)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; Do not write anything past this comment. This is where Emacs will
|
;; Do not write anything past this comment. This is where Emacs will
|
||||||
|
|||||||
Reference in New Issue
Block a user