Tweaks
-- Add gitignore-global file for junk like .DS_Store -- Add shell-script syntax highlighting to spacemacs config -- Turn off smooth-scrolling in terminal-mode buffers -- Disable missing "socerer" vim theme.
This commit is contained in:
@@ -20,9 +20,8 @@
|
||||
git
|
||||
;; markdown
|
||||
org
|
||||
(shell :variables
|
||||
shell-default-height 30
|
||||
shell-default-position 'bottom)
|
||||
shell
|
||||
shell-scripts
|
||||
;; syntax-checking
|
||||
version-control
|
||||
))
|
||||
@@ -178,6 +177,10 @@ layers configuration."
|
||||
(with-syntax-table table
|
||||
ad-do-it)))
|
||||
(evil-set-initial-state 'term-mode 'emacs)
|
||||
(add-hook 'term-mode-hook
|
||||
(lambda ()
|
||||
(make-local-variable 'scroll-margin)
|
||||
(setq scroll-margin 0)))
|
||||
)
|
||||
|
||||
;; Do not write anything past this comment. This is where Emacs will
|
||||
|
||||
Reference in New Issue
Block a user