diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-24 13:45:49 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-24 13:45:49 -0500 |
commit | cca52a26fc1bf6a5bc79285c1b05457f3f1be54f (patch) | |
tree | 845be8edb5ede07c0555f60882cb59deb00a9938 | |
parent | 74c5f3534391f9703c8d7a2fa77a1921277806f8 (diff) | |
download | configs-cca52a26fc1bf6a5bc79285c1b05457f3f1be54f.tar.gz configs-cca52a26fc1bf6a5bc79285c1b05457f3f1be54f.tar.xz configs-cca52a26fc1bf6a5bc79285c1b05457f3f1be54f.zip |
[emacs][wip] move orgalist to enhancements section
-rw-r--r-- | init.org | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |