mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
org-node fix
This commit is contained in:
parent
6affffc1c8
commit
2ad56359fb
1 changed files with 3 additions and 1 deletions
|
@ -497,8 +497,10 @@ All my (performant) foldings needs are met between this and `org-show-subtree'
|
|||
(use-package org-node
|
||||
:ensure t
|
||||
:after org
|
||||
:config (org-node-cache-mode)
|
||||
:config
|
||||
(setq org-node-extra-id-dirs '("~/Notes/"))
|
||||
(setq org-id-locations-file "~/Notes/.org-id-locations")
|
||||
(org-node-cache-mode)
|
||||
(org-node-complete-at-point-mode)
|
||||
(setq org-roam-completion-everywhere nil)
|
||||
(evil-define-key 'motion 'global (kbd "<leader>Ni") 'org-node-insert-link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue