Commit 97893ae148eb

Vincent Demeester <vincent@sbr.pm>
2020-12-09 16:52:15
tools/emacs: add more eshell alias
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2b83171
Changed files (1)
tools
emacs
tools/emacs/config/config-shells.el
@@ -32,7 +32,9 @@ The EShell is renamed to match that directory to make multiple windows easier."
 
   ;; Handy aliases
   (defalias 'ff 'find-file)
+  (defalias 'emacs 'find-file)
   (defalias 'e 'find-file)
+  (defalias 'ec 'find-file)
   (defalias 'd 'dired)
 
   (defun eshell/gs (&rest args)