projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs][wip] enable Blogging
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
16351aa
..
42487ee
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-969,6
+969,19
@@
Recently opened files.
(setq recentf-max-saved-items 40))
#+end_src
(setq recentf-max-saved-items 40))
#+end_src
+*** smex
+
+#+begin_quote
+A smart M-x enhancement for Emacs.
+#+end_quote
+
+Mostly because =counsel= needs it to remember history.
+
+#+begin_src emacs-lisp
+(use-package smex
+ :defer t)
+#+end_src
+
*** [[https://github.com/abo-abo/swiper][Ivy]] (and friends)
#+begin_quote
*** [[https://github.com/abo-abo/swiper][Ivy]] (and friends)
#+begin_quote
@@
-2389,7
+2402,7
@@
Convenient footnotes in =message-mode=.
(gnus-harvest-install)))
#+end_src
(gnus-harvest-install)))
#+end_src
-*
COMMENT
Blogging
+* Blogging
:PROPERTIES:
:CUSTOM_ID: blogging
:END:
:PROPERTIES:
:CUSTOM_ID: blogging
:END:
@@
-2400,8
+2413,8
@@
Convenient footnotes in =message-mode=.
(use-package ox-hugo
:after ox)
(use-package ox-hugo
:after ox)
-(use-
packag
e ox-hugo-auto-export
- :
load-path "lib/ox-hugo"
)
+(use-
featur
e ox-hugo-auto-export
+ :
after ox-hugo
)
#+end_src
* Post initialization
#+end_src
* Post initialization