From 50a29e9f295d66421181fd71794401a567450c96 Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 29 Apr 2025 15:19:53 +0800 Subject: Add org node configuration --- emacs/init.el | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 71bf065..d373122 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -610,6 +610,23 @@ ;; :hook ((markdown-mode . noa/set-buffer-name-to-markdown-title)) ) +;; Org node +(use-package org-node + :after org + :ensure t + :bind (("M-s M-f" . org-node-find) + ("M-s M-i" . org-node-insert-link) + ("M-s M-s" . org-node-seq-dispatch)) + :config (org-node-cache-mode) + :custom + (org-node-ask-directory "~/Documents/howm/") + (org-node-datestamp-format "%Y-%m-%d-%H%M%S") + (org-node-slug-fn (lambda (title) "")) + (org-node-seq-defs + (list (org-node-seq-def-on-filepath-sort-by-basename + "d" "Dailies" "~/Documents/howm/Diary/" nil t)))) + + ;;; System administration (use-package proced -- cgit 1.4.1-2-gfad0