feat: add org-journal integration and calendar keybindings

- Configure org-journal with custom templates and auto-setup hooks
- Add keybindings for calendar access and journal management
- Update org-agenda-files to include journal and blog paths
This commit is contained in:
trogloxene
2026-03-22 03:16:08 +08:00
parent d6f0dae461
commit 95a6adb2b8
3 changed files with 67 additions and 5 deletions

View File

@@ -21,9 +21,7 @@
;; 同步scoop目录
(when *is-windows*
;; 将 Scoop 的 Python Scripts 添加到 exec-path
(add-to-list 'exec-path (expand-file-name "H/appppppppppp/scoop/apps/"))
;; 同时更新环境变量 PATH供子进程使用
(setenv "PATH" (concat (expand-file-name "H/appppppppppp/scoop/apps/") ";" (getenv "PATH"))))
;; 当文件被外部修改时自动刷新
@@ -41,7 +39,7 @@
;; 自定义scratch
(setq initial-scratch-message
";; SCRATCH SCRATCH SCRATCH\n\n")
";; SCRATCH SCRATCH SCRATCH\n\n")
;; 开启server mode
(server-start)