Browse Source

Re-organize org structure

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

5
README.org

@ -2241,11 +2241,6 @@ Org Roam[fn:61] is a plain-text knowledge management system. It borrows principl
(setq org-roam-capture-templates '() (setq org-roam-capture-templates '()
org-roam-dailies-capture-templates '()) org-roam-dailies-capture-templates '())
;; Encrypt files with the public key.
(setq epa-file-select-keys 2
epa-file-encrypt-to "37AB1CB72B741E478CA026D43025DCBD46F81C0F"
epa-cache-passphrase-for-symmetric-encryption t)
;; Override the default slug method. ;; Override the default slug method.
(cl-defmethod org-roam-node-slug ((node org-roam-node)) (cl-defmethod org-roam-node-slug ((node org-roam-node))
(let ((title (org-roam-node-title node)) (let ((title (org-roam-node-title node))

Loading…
Cancel
Save