Add :http

This commit is contained in:
Henrik Lissner 2015-11-04 01:41:17 -05:00
parent 60ba39d709
commit 578650c8e3

View file

@ -17,6 +17,7 @@
(exmap "en[ew]" 'narf:file-create) (exmap "en[ew]" 'narf:file-create)
(exmap "full[scr]" 'narf:toggle-fullscreen) (exmap "full[scr]" 'narf:toggle-fullscreen)
(exmap "gith[ub]" 'narf:github-browse-file) (exmap "gith[ub]" 'narf:github-browse-file)
(exmap "http" 'httpd-start)
(exmap "ini" 'narf:ido-find-file-in-emacsd) (exmap "ini" 'narf:ido-find-file-in-emacsd)
(exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer (exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer
(exmap "k[ill]all" 'narf:kill-all-buffers) ; Kill all buffers (bang = in project) (exmap "k[ill]all" 'narf:kill-all-buffers) ; Kill all buffers (bang = in project)