Fix dash.app bindings

This commit is contained in:
Henrik Lissner 2016-02-20 16:16:44 -05:00
parent 490c173afd
commit 49ee1c2d0a
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@
"M-Z" 'redo "M-Z" 'redo
"C-M-f" 'narf:toggle-fullscreen "C-M-f" 'narf:toggle-fullscreen
:ni "<M-f1>" 'dash-at-point :ni "<M-f1>" 'narf/dash-at-pt
;; Textmate-esque indent shift left/right ;; Textmate-esque indent shift left/right
:i "M-]" 'narf/smart-indent :i "M-]" 'narf/smart-indent

View file

@ -21,7 +21,7 @@
(exmap "reo[rient]" 'narf/window-reorient) (exmap "reo[rient]" 'narf/window-reorient)
;; External resources ;; External resources
(exmap "dash" 'dash-at-point) (exmap "dash" 'narf:dash)
(exmap "http" 'httpd-start) (exmap "http" 'httpd-start)
(exmap "re[gex]" 'narf:regex) (exmap "re[gex]" 'narf:regex)
(exmap "repl" 'narf:repl) (exmap "repl" 'narf:repl)