From 578650c8e33030b5b7333fbe9a9e93113817d2ff Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 4 Nov 2015 01:41:17 -0500 Subject: [PATCH] Add :http --- private/my-commands.el | 1 + 1 file changed, 1 insertion(+) diff --git a/private/my-commands.el b/private/my-commands.el index 51709ce51..f4a20a6fd 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -17,6 +17,7 @@ (exmap "en[ew]" 'narf:file-create) (exmap "full[scr]" 'narf:toggle-fullscreen) (exmap "gith[ub]" 'narf:github-browse-file) +(exmap "http" 'httpd-start) (exmap "ini" 'narf:ido-find-file-in-emacsd) (exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer (exmap "k[ill]all" 'narf:kill-all-buffers) ; Kill all buffers (bang = in project)