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)