diff --git a/init.el b/init.el index 985ca265e..32a4eb69b 100644 --- a/init.el +++ b/init.el @@ -80,8 +80,8 @@ module-web ; The end is always near ;;; Experimental - ;; module-eshell ; for inferior OSes *cough*windows - ;; module-org ; for organized fearless leader + module-eshell ; for inferior OSes *cough*windows + module-org ; for organized fearless leader ;;; Extra libraries extra-demo ; allow me to demonstrate... diff --git a/private/my-commands.el b/private/my-commands.el index 9d6880049..2ffaf1fbf 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -43,6 +43,7 @@ (ex! "http" 'httpd-start) ; start http server (ex! "re[gex]" 'doom:regex) ; open re-builder (ex! "repl" 'doom:repl) ; invoke or send to repl +(ex! "sh[ell]" 'doom/eshell) (ex! "t[mux]" 'doom:tmux) ; send to tmux (ex! "tcd" 'doom:tmux-cd) ; cd to default-directory in tmux (ex! "x" 'doom:scratch-or-org)