aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index 3c44b68..c360409 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -313,6 +313,14 @@
(use-package org-noter
:ensure t)
+(use-package helm-org-rifle
+ :ensure t
+ :config
+ (evil-collection-init 'helm)
+ (evil-define-key 'normal 'global
+ (kbd "C-o") 'helm-org-rifle-org-directory
+ (kbd "M-o") 'helm-org-rifle-current-buffer))
+
(use-package rainbow-mode
:ensure t)