Enable module-{eshell,org}
This commit is contained in:
parent
a1e75a87b7
commit
883f47ea82
2 changed files with 3 additions and 2 deletions
4
init.el
4
init.el
|
@ -80,8 +80,8 @@
|
||||||
module-web ; The end is always near </html>
|
module-web ; The end is always near </html>
|
||||||
|
|
||||||
;;; Experimental
|
;;; Experimental
|
||||||
;; module-eshell ; for inferior OSes *cough*windows
|
module-eshell ; for inferior OSes *cough*windows
|
||||||
;; module-org ; for organized fearless leader
|
module-org ; for organized fearless leader
|
||||||
|
|
||||||
;;; Extra libraries
|
;;; Extra libraries
|
||||||
extra-demo ; allow me to demonstrate...
|
extra-demo ; allow me to demonstrate...
|
||||||
|
|
|
@ -43,6 +43,7 @@
|
||||||
(ex! "http" 'httpd-start) ; start http server
|
(ex! "http" 'httpd-start) ; start http server
|
||||||
(ex! "re[gex]" 'doom:regex) ; open re-builder
|
(ex! "re[gex]" 'doom:regex) ; open re-builder
|
||||||
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
||||||
|
(ex! "sh[ell]" 'doom/eshell)
|
||||||
(ex! "t[mux]" 'doom:tmux) ; send to tmux
|
(ex! "t[mux]" 'doom:tmux) ; send to tmux
|
||||||
(ex! "tcd" 'doom:tmux-cd) ; cd to default-directory in tmux
|
(ex! "tcd" 'doom:tmux-cd) ; cd to default-directory in tmux
|
||||||
(ex! "x" 'doom:scratch-or-org)
|
(ex! "x" 'doom:scratch-or-org)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue