From 49ee1c2d0a601d857a862a74c4e4cc1db3811dbb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 20 Feb 2016 16:16:44 -0500 Subject: [PATCH] Fix dash.app bindings --- private/my-bindings.el | 2 +- private/my-commands.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/private/my-bindings.el b/private/my-bindings.el index 5ce5eafd9..9674b16fc 100644 --- a/private/my-bindings.el +++ b/private/my-bindings.el @@ -81,7 +81,7 @@ "M-Z" 'redo "C-M-f" 'narf:toggle-fullscreen - :ni "" 'dash-at-point + :ni "" 'narf/dash-at-pt ;; Textmate-esque indent shift left/right :i "M-]" 'narf/smart-indent diff --git a/private/my-commands.el b/private/my-commands.el index 9ec95928d..d65114e3c 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -21,7 +21,7 @@ (exmap "reo[rient]" 'narf/window-reorient) ;; External resources -(exmap "dash" 'dash-at-point) +(exmap "dash" 'narf:dash) (exmap "http" 'httpd-start) (exmap "re[gex]" 'narf:regex) (exmap "repl" 'narf:repl)