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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user