projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74c5f35
)
[emacs][wip] move orgalist to enhancements section
author
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:45:49 +0000
(13:45 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Mon, 24 Dec 2018 18:45:49 +0000
(13:45 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
6f38d73
..
a1ba40b
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-872,10
+872,6
@@
And here's where my actual Org configurations begin:
(use-feature ox-beamer
:after ox)
-
-(use-package orgalist
- :after message
- :hook (message-mode . orgalist-mode))
#+end_src
**** asynchronous tangle
@@
-1921,6
+1917,14
@@
Make =*scratch*= and =*Messages*= unkillable.
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
+** orgalist
+
+#+begin_src emacs-lisp
+(use-package orgalist
+ :after message
+ :hook (message-mode . orgalist-mode))
+#+end_src
+
** typo.el
#+begin_src emacs-lisp