diff options
author | Yuchen Pei <id@ypei.org> | 2023-08-18 08:59:26 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2023-08-18 08:59:26 +1000 |
commit | db45e110ff1b79297797647fbcfef5f7ab2f6143 (patch) | |
tree | 3929aa0248fc6d8a6097745506e2e53d06882efe /emacs | |
parent | 6b9b4783f71abbaf0a9a19c59be49bf23713f39b (diff) |
minor change
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init/ycp-markup.el | 2 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-org.el | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init/ycp-markup.el b/emacs/.emacs.d/init/ycp-markup.el index d4879dd..843accd 100644 --- a/emacs/.emacs.d/init/ycp-markup.el +++ b/emacs/.emacs.d/init/ycp-markup.el @@ -72,7 +72,7 @@ (my-keybind wiki-mode-map "C-'" #'my-wiki-grok-wikipedia) (my-setq-from-local wiki-sites) - (define-wiki-site-commands)) + (wiki-define-site-commands)) (my-package ledger-mode (:install t) diff --git a/emacs/.emacs.d/init/ycp-org.el b/emacs/.emacs.d/init/ycp-org.el index 8c195a9..b9677c1 100644 --- a/emacs/.emacs.d/init/ycp-org.el +++ b/emacs/.emacs.d/init/ycp-org.el @@ -34,7 +34,6 @@ "M-u" #'org-store-link "C-c a" #'org-agenda "C-c c" #'org-capture - "<f6>" #'my-org-open-default-notes-file ) (setq org-startup-folded 'overview) (my-override org-next-link) @@ -424,6 +423,8 @@ (my-package my-org (:delay 10) + (my-keybind global-map + "<f6>" #'my-org-open-default-notes-file) (my-keybind org-mode-map "C-c 1" #'my-org-insert-date-range "C-c ns" #'my-org-substitute-gnus-link-after-archiving |