init.el: Use eshell instead of ansi-term

Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
Sanchayan Maity 2019-02-22 21:02:48 +05:30
parent 3d9b0b5278
commit 9f97fe36d5

View file

@ -256,7 +256,7 @@
"qq" '(kill-emacs :which-key "quit")
"qr" '(restart-emacs :which-key "restart emacs")
;; Others
"at" '(ansi-term :which-key "open terminal")
"at" '(eshell :which-key "open terminal")
;; Gtags
"mgc" '(helm-gtags-create-tags
:which-key "create tag db")