diff options
-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 |