Browse Source

Cleanup the `org-roam' initialization

main
parent
commit
d70f195544
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 6
      README.org

6
README.org

@ -2233,9 +2233,6 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
;; Setup `org-roam'. ;; Setup `org-roam'.
(require 'org-roam) (require 'org-roam)
(add-hook 'after-init-hook
(lambda ()
(org-roam-setup)))
;; Silence the migration warnings. ;; Silence the migration warnings.
(setq org-roam-v2-ack t) (setq org-roam-v2-ack t)
@ -2313,6 +2310,9 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
,#+EMAIL: chris@chrishayward.xyz ,#+EMAIL: chris@chrishayward.xyz
"))) ")))
;; Run the setup command.
(org-roam-setup)
;; Apply custom keybindings. ;; Apply custom keybindings.
(dotfiles/leader (dotfiles/leader
"or" '(:ignore t :which-key "Roam") "or" '(:ignore t :which-key "Roam")

Loading…
Cancel
Save