diff options
author | jao <jao@gnu.org> | 2021-02-12 20:25:06 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-02-12 20:25:06 +0000 |
commit | 68838a58e9941b2d6e8cf917fd46671897c31ab1 (patch) | |
tree | ced8fbb88c1880c5a0d909caa9de088aca90b81f | |
parent | 225717aab45318e56bed232c664b153762313250 (diff) | |
download | elibs-68838a58e9941b2d6e8cf917fd46671897c31ab1.tar.gz elibs-68838a58e9941b2d6e8cf917fd46671897c31ab1.tar.bz2 |
init: org-auto-tangle
-rw-r--r-- | init.org | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -29,10 +29,14 @@ (call-interactively #'package-menu-filter-by-archive)))))) (paradox-enable) #+end_src -*** Literate elisp +*** Literate elisp and autotangle #+BEGIN_SRC emacs-lisp (use-package poly-org :ensure t) (use-package literate-elisp :ensure t) + (use-package org-auto-tangle + :ensure t + :hook (org-mode . org-auto-tangle-mode) + :diminish) #+END_SRC *** ELPA Keyring #+BEGIN_SRC emacs-lisp |