bind eshell

This commit is contained in:
nemunaire 2021-04-30 12:24:15 +02:00
parent 3d4f5550d9
commit 29129b669a
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
;; Replace shell-command to permit executions through TRAMP
(global-set-key [(meta !)] 'eshell-command)
;; Goto line #
(global-set-key [(meta g)] 'goto-line)