From a0585a3fdff7f9c4d098dd60e312a584b6a9a9a0 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 4 Oct 2016 22:56:48 +0200 Subject: [PATCH] Add :go[ogle] ex command for google-this --- private/my-commands.el | 1 + 1 file changed, 1 insertion(+) diff --git a/private/my-commands.el b/private/my-commands.el index b969768d3..7554856fa 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -41,6 +41,7 @@ (ex! "dash" 'doom:docs-lookup) ; look up documentation (ex! "db" 'doom:db) (ex! "dbu[se]" 'doom:db-select) +(ex! "go[ogle]" 'doom:google-search) (ex! "http" 'httpd-start) ; start http server (ex! "rx" 'doom:regex) ; open re-builder (ex! "repl" 'doom:repl) ; invoke or send to repl