mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix :re command collision
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
(ex! "db" 'doom:db)
|
||||
(ex! "dbu[se]" 'doom:db-select)
|
||||
(ex! "http" 'httpd-start) ; start http server
|
||||
(ex! "re[gex]" 'doom:regex) ; open re-builder
|
||||
(ex! "rx" '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
|
||||
|
Reference in New Issue
Block a user