From f7d9da3e6fa3550f5f7d09cb119fa54b2dadb329 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 29 Jan 2016 02:06:28 -0500 Subject: [PATCH] Add :reorient and :cols --- private/my-commands.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/private/my-commands.el b/private/my-commands.el index 12ff562e3..8fcd816c4 100644 --- a/private/my-commands.el +++ b/private/my-commands.el @@ -18,6 +18,8 @@ (exmap "tsnip[pets]" 'narf:yas-file-templates) ; tsnip[!] (exmap "wal[ign]" 'narf:whitespace-align) (exmap "rec[ent]" 'narf:helm-recentf) +(exmap "reo[rient]" 'narf/window-reorient) +(exmap "cols" 'narf:set-columns) ;; External resources (exmap "dash" 'dash-at-point)