projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[rc/notmuch] shuffle around some tags
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
0c61062
..
b1c70dd
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-1215,6
+1215,10
@@
See [[notmuch:id:87muuqsvci.fsf@fencepost.gnu.org][bug follow-up]].
"Search for `unread' tagged messages"
(interactive)
(notmuch-hello-search "tag:unread")))
"Search for `unread' tagged messages"
(interactive)
(notmuch-hello-search "tag:unread")))
+ ("l" . (lambda ()
+ "Search for `latest tagged messages"
+ (interactive)
+ (notmuch-hello-search "tag:latest")))
("M" . (lambda ()
"Compose new mail and prompt for sender"
(interactive)
("M" . (lambda ()
"Compose new mail and prompt for sender"
(interactive)
@@
-1318,6
+1322,14
@@
variables. This is useful for a regi `begin' frame-entry."
nil))
#+end_src
nil))
#+end_src
+* Blogging
+** [[https://ox-hugo.scripter.co][ox-hugo]]
+
+#+begin_src emacs-lisp
+(use-package ox-hugo
+ :after ox)
+#+end_src
+
* Post initialization
:PROPERTIES:
:CUSTOM_ID: post-initialization
* Post initialization
:PROPERTIES:
:CUSTOM_ID: post-initialization