diff options
author | Amin Bandali <bandali@gnu.org> | 2018-10-31 11:58:31 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-10-31 11:58:31 -0400 |
commit | 9b59637c71b32cc79bae835c0609f426c64e0136 (patch) | |
tree | 5a522ebeffef494345fb1e8909fd184c09d7ff9c /init.org | |
parent | a4aa1167bdf5b1fe79be5c6e6bce5d2b3be8c708 (diff) | |
download | configs-9b59637c71b32cc79bae835c0609f426c64e0136.tar.gz configs-9b59637c71b32cc79bae835c0609f426c64e0136.tar.xz configs-9b59637c71b32cc79bae835c0609f426c64e0136.zip |
[emacs] assimilate org-outline-numbering and dep
TODO: sort out auto-upating if possible and then enable
Diffstat (limited to '')
-rw-r--r-- | init.org | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -720,6 +720,9 @@ In short, my favourite way of life. (use-package orgalist :hook (message-mode . orgalist-mode)) + +;; (use-package org-outline-numbering) +;; TODO: auto-updating by calling org-outline-numbering-display #+end_src **** asynchronous tangle |