summaryrefslogtreecommitdiffstats
path: root/ravi-init-navigation.el
diff options
context:
space:
mode:
Diffstat (limited to 'ravi-init-navigation.el')
-rw-r--r--ravi-init-navigation.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/ravi-init-navigation.el b/ravi-init-navigation.el
index d36e3c2..777c2a9 100644
--- a/ravi-init-navigation.el
+++ b/ravi-init-navigation.el
@@ -76,6 +76,14 @@
:ensure t
)
+(use-package fold-this
+ :commands fold-this
+ :init
+ (progn
+ (bind-key "t" 'fold-this region-bindings-mode-map))
+ :ensure t
+ )
+
(use-package visual-regexp
:bind (("C-c r" . vr/replace)
("C-c q" . vr/query-replace)