fix harpoon and add idea for zola support
This commit is contained in:
parent
13c1f5e96a
commit
48625aaa32
1 changed files with 9 additions and 1 deletions
10
init.org
10
init.org
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue