diff --git a/lisp/init-editing-utils.el b/lisp/init-editing-utils.el index 46d1a4b287..e49ec6a483 100644 --- a/lisp/init-editing-utils.el +++ b/lisp/init-editing-utils.el @@ -498,11 +498,7 @@ ORIG is the advised function, which is called with its ARGS." (use-package restart-emacs) -(use-package pangu-spacing - :init - (global-pangu-spacing-mode t) - :hook - (org-mode . (lambda () (set (make-local-variable 'pangu-spacing-real-insert-separtor) t)))) +(use-package pangu-spacing) ;; (use-package wakatime-mode diff --git a/lisp/init-org.el b/lisp/init-org.el index efbb47bbba..747164a79e 100644 --- a/lisp/init-org.el +++ b/lisp/init-org.el @@ -889,6 +889,10 @@ typical word processor." "#+title: ${title}\n") :unnarrowed t) ("c" "Christian") + ("ca" "学房" plain "%?" + :target (file+head "christian/academyofchrist/%<%Y%m%d%H%M%S>-${slug}.org" + "#+title: ${title}\n") + :unnarrowed t) ("co" "听道" plain "%?" :target (file+head "christian/other/%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n#+tags: 听道")