diff options
author | Adrian Kummerlaender | 2020-07-21 00:08:08 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2020-07-21 00:08:08 +0200 |
commit | a853db166f8fa56451f1c9fc352c8e2075261130 (patch) | |
tree | 618249eea0871c61aa94297cb368c4781ab1fc6b | |
parent | 5d4c211700bb6fd16c6b4cc3c06d4bd90ae9aba8 (diff) | |
download | nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar.gz nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar.bz2 nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar.lz nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar.xz nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.tar.zst nixos_home-a853db166f8fa56451f1c9fc352c8e2075261130.zip |
Adapt org roam shorcuts
-rw-r--r-- | gui/conf/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el index fb47b58..3caba73 100644 --- a/gui/conf/init.el +++ b/gui/conf/init.el @@ -350,9 +350,8 @@ (use-package helm-org-rifle :ensure t :config - (evil-define-key 'normal 'global - (kbd "C-o") 'helm-org-rifle-org-directory - (kbd "M-o") 'helm-org-rifle-current-buffer)) + (evil-leader/set-key "or" 'helm-org-rifle-org-directory) + (evil-leader/set-key "ol" 'helm-org-rifle-current-buffer)) (use-package helm-ag :ensure t |