init.el: Use eshell instead of ansi-term
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
3d9b0b5278
commit
9f97fe36d5
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -256,7 +256,7 @@
|
||||||
"qq" '(kill-emacs :which-key "quit")
|
"qq" '(kill-emacs :which-key "quit")
|
||||||
"qr" '(restart-emacs :which-key "restart emacs")
|
"qr" '(restart-emacs :which-key "restart emacs")
|
||||||
;; Others
|
;; Others
|
||||||
"at" '(ansi-term :which-key "open terminal")
|
"at" '(eshell :which-key "open terminal")
|
||||||
;; Gtags
|
;; Gtags
|
||||||
"mgc" '(helm-gtags-create-tags
|
"mgc" '(helm-gtags-create-tags
|
||||||
:which-key "create tag db")
|
:which-key "create tag db")
|
||||||
|
|
Loading…
Reference in a new issue