fix harpoon and add idea for zola support

This commit is contained in:
Peter Tillemans 2024-08-02 22:31:15 +02:00
parent 13c1f5e96a
commit 48625aaa32

View file

@ -330,8 +330,12 @@ muscle memory.
(keymap-set pti-harpoon-map (kbd ";") 'harpoon-go-to-4) (keymap-set pti-harpoon-map (kbd ";") 'harpoon-go-to-4)
(keymap-set pti-harpoon-map (kbd "h") 'harpoon-toggle-quick-menu) (keymap-set pti-harpoon-map (kbd "h") 'harpoon-toggle-quick-menu)
:bind :bind
(("<leader>h" . ' 'pti-harpoon-map))) (("<leader>h" . 'pti-harpoon-map)))
#+END_SRC #+END_SRC
#+RESULTS:
: [nil 26284 54919 318035 nil elpaca-process-queues nil nil 339000 nil]
** User Interface ** User Interface
*** Do not show default splash screen *** Do not show default splash screen
#+BEGIN_SRC emacs-lisp #+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. will load the package if not loaded yet.
It considerably streamlines managing evil bindings so it should offer 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. 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.