e-shell keybinding add. doom emacs magit forge add.

This commit is contained in:
2021-08-09 17:56:44 +09:00
parent 7c97af7125
commit 564bc4c953
2 changed files with 4 additions and 1 deletions

View File

@ -132,6 +132,9 @@
(global-unset-key (kbd "C-k"))
(global-unset-key (kbd "C-s"))
(global-set-key (kbd "C-s") 'swiper)
(map! :leader
(:prefix-map ("e" . "eshell")
:desc "open e-shell" "s" #'eshell))
;; Here are some additional functions/macros that could help you configure Doom:

View File

@ -94,7 +94,7 @@
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
lsp ; M-x vscode
magit ; a git porcelain for Emacs
(magit +forge) ; a git porcelain for Emacs
;;make ; run make tasks from Emacs
;;pass ; password manager for nerds
pdf ; pdf enhancements