From 81d569e93fca6149f93169d60246e33c12f07166 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 7 Nov 2015 00:20:57 -0500 Subject: [PATCH] Add :dash --- private/my-commands.el | 1 + 1 file changed, 1 insertion(+) diff --git a/private/my-commands.el b/private/my-commands.el index f4a20a6fd..94ad94ae8 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -13,6 +13,7 @@ (exmap "bcomp[ile]" 'narf:compile-el) (exmap "cap[ture]" 'helm-org-capture-templates) (exmap "cd" 'narf:cd) +(exmap "dash" 'dash-at-point) (exmap "echo" 'narf:echo) (exmap "en[ew]" 'narf:file-create) (exmap "full[scr]" 'narf:toggle-fullscreen)