Fixes to make working in ansi-term easier.
This commit is contained in:
@@ -94,7 +94,7 @@ before layers configuration."
|
|||||||
;; The leader key
|
;; The leader key
|
||||||
dotspacemacs-leader-key "SPC"
|
dotspacemacs-leader-key "SPC"
|
||||||
;; The leader key accessible in `emacs state' and `insert state'
|
;; The leader key accessible in `emacs state' and `insert state'
|
||||||
dotspacemacs-emacs-leader-key "M-m"
|
dotspacemacs-emacs-leader-key "C-x m"
|
||||||
;; Major mode leader key is a shortcut key which is the equivalent of
|
;; Major mode leader key is a shortcut key which is the equivalent of
|
||||||
;; pressing `<leader> m`. Set it to `nil` to disable it.
|
;; pressing `<leader> m`. Set it to `nil` to disable it.
|
||||||
dotspacemacs-major-mode-leader-key ","
|
dotspacemacs-major-mode-leader-key ","
|
||||||
@@ -176,6 +176,7 @@ layers configuration."
|
|||||||
(modify-syntax-entry ?_ "w" table)
|
(modify-syntax-entry ?_ "w" table)
|
||||||
(with-syntax-table table
|
(with-syntax-table table
|
||||||
ad-do-it)))
|
ad-do-it)))
|
||||||
|
(evil-set-initial-state 'term-mode 'emacs)
|
||||||
)
|
)
|
||||||
|
|
||||||
;; 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