From 48625aaa325e409dc30c83ef4ea4b4d407c6aa71 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 2 Aug 2024 22:31:15 +0200 Subject: [PATCH] fix harpoon and add idea for zola support --- init.org | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index cb26e1d..fea62b8 100644 --- a/init.org +++ b/init.org @@ -330,8 +330,12 @@ muscle memory. (keymap-set pti-harpoon-map (kbd ";") 'harpoon-go-to-4) (keymap-set pti-harpoon-map (kbd "h") 'harpoon-toggle-quick-menu) :bind - (("h" . ' 'pti-harpoon-map))) + (("h" . 'pti-harpoon-map))) #+END_SRC + +#+RESULTS: +: [nil 26284 54919 318035 nil elpaca-process-queues nil nil 339000 nil] + ** User Interface *** Do not show default splash screen #+BEGIN_SRC emacs-lisp @@ -1757,4 +1761,8 @@ notably it integrates with *use-package* to define keybindings which will load the package if not loaded yet. It considerably streamlines managing evil bindings so it should offer enough value but I just removed it, so it'll have to wait a bit. +** TODO Add support for zola blogposts writing in org-mode + +see [[https://github.com/gicrisf/ox-zola][ox-zola]] for exporting org-mode to zola markdown. +