Skip to content

Commit

Permalink
[org] Make org layer activate org-roam-global-minor-mode
Browse files Browse the repository at this point in the history
Org layer must activate org-roam-mode once it is
fully loaded to ensure proper integration if one
of the org-roam files are opened.

Fix #14411
  • Loading branch information
smile13241324 committed Feb 23, 2021
1 parent 67287fa commit cf82ac2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions layers/+emacs/org/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -881,13 +881,7 @@ Headline^^ Visit entry^^ Filter^^ Da
(defun org/init-org-roam ()
(use-package org-roam
:defer t
:commands (org-roam-buffer-toggle-display
org-roam-dailies-find-yesterday
org-roam-dailies-find-today
org-roam-dailies-find-tomorrow
org-roam-dailies-find-date
org-roam-tag-add
org-roam-tag-delete)
:hook (after-init . org-roam-mode)
:init
(progn
(spacemacs/declare-prefix "aor" "org-roam")
Expand Down

0 comments on commit cf82ac2

Please sign in to comment.