aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-21 08:43:19 -0800
committerCraig Jennings <c@cjennings.net>2025-11-21 08:43:19 -0800
commit6fe38af3a392204f2b9a7e668583f68e6ad054c8 (patch)
tree76847eb4ead6a34bf6667366c03ef3014098991b /init.el
parent0de043a8ce02c311818830fe400a0b1aebba83c3 (diff)
downloaddotemacs-6fe38af3a392204f2b9a7e668583f68e6ad054c8.tar.gz
dotemacs-6fe38af3a392204f2b9a7e668583f68e6ad054c8.zip
feat(org-noter): implement custom org-noter workflow
Implemented custom org-noter workflow with F6 keybinding: - Creates notes files as org-roam nodes in org-roam-directory - Title prompt with pre-slugified default, notes-on-{slug}.org format - F6 toggles notes window visibility when session active - Preserves PDF fit setting on toggle - Deferred org-roam integration to prevent PDF open hang Also fixed: quick-sdcv quit binding, calendar-sync sentinel buffer error Added 30 ERT tests for title-to-slug and template generation functions
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 042c0e271..1f67b7820 100644
--- a/init.el
+++ b/init.el
@@ -123,7 +123,7 @@
(require 'org-refile-config) ;; refile org-branches
(require 'org-roam-config) ;; personal knowledge management in org mode
(require 'org-webclipper) ;; "instapaper" to org-roam workflow
-;; (require 'org-noter-config) ;; wip
+(require 'org-noter-config)
;; -------------------------- AI Integration And Tools -------------------------