mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add :go[ogle] ex command for google-this
This commit is contained in:
@ -41,6 +41,7 @@
|
|||||||
(ex! "dash" 'doom:docs-lookup) ; look up documentation
|
(ex! "dash" 'doom:docs-lookup) ; look up documentation
|
||||||
(ex! "db" 'doom:db)
|
(ex! "db" 'doom:db)
|
||||||
(ex! "dbu[se]" 'doom:db-select)
|
(ex! "dbu[se]" 'doom:db-select)
|
||||||
|
(ex! "go[ogle]" 'doom:google-search)
|
||||||
(ex! "http" 'httpd-start) ; start http server
|
(ex! "http" 'httpd-start) ; start http server
|
||||||
(ex! "rx" 'doom:regex) ; open re-builder
|
(ex! "rx" 'doom:regex) ; open re-builder
|
||||||
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
||||||
|
Reference in New Issue
Block a user