Skip to content

Commit

Permalink
[org] Enable SPC a o / key binding whenever helm-org-rifle not used
Browse files Browse the repository at this point in the history
This enables the key binding when the completion layer is compleseus,
for example.
  • Loading branch information
bcc32 committed Mar 31, 2024
1 parent d519cec commit 21adfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+emacs/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ Will work on both org-mode and any mode that accepts plain html."
"aof" "feeds"
"aoC" (org-clocks-prefix))
;; org-agenda
(when (configuration-layer/layer-used-p 'ivy)
(unless (configuration-layer/package-used-p 'helm-org-rifle)
(spacemacs/set-leader-keys "ao/" 'org-occur-in-agenda-files))
(spacemacs/set-leader-keys
"ao#" 'org-agenda-list-stuck-projects
Expand Down

0 comments on commit 21adfaf

Please sign in to comment.