summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-08 16:45:29 -0600
committerCase Duckworth2021-02-08 16:45:29 -0600
commit7e00ec51f4af6f70de47d6b1de431932d2048338 (patch)
tree5804a1866150abe0a5913a1d2fdbb7f70f6b1ff9 /config.org
parentChange smartparens-strict behavior (diff)
downloademacs-7e00ec51f4af6f70de47d6b1de431932d2048338.tar.gz
emacs-7e00ec51f4af6f70de47d6b1de431932d2048338.zip
Add org-auto-tangle
Diffstat (limited to 'config.org')
-rw-r--r--config.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.org b/config.org index b1dae3e..eae24b3 100644 --- a/config.org +++ b/config.org
@@ -2,6 +2,7 @@
2#+AUTHOR: Case Duckworth 2#+AUTHOR: Case Duckworth
3#+STARTUP: overview 3#+STARTUP: overview
4#+PROPERTY: header-args :results output silent 4#+PROPERTY: header-args :results output silent
5#+AUTO_TANGLE: yes
5 6
6* About me 7* About me
7 8
@@ -2662,6 +2663,21 @@ TODO, and Diary.
2662 2663
2663#+end_src 2664#+end_src
2664 2665
2666** Org auto tangle :package:
2667
2668#+begin_src emacs-lisp :noweb-ref packages
2669 (straight-use-package 'org-auto-tangle)
2670 (require 'org-auto-tangle)
2671#+end_src
2672
2673#+begin_src emacs-lisp :noweb-ref hooks
2674 (add-hook 'org-mode-hook #'org-auto-tangle-mode)
2675#+end_src
2676
2677#+begin_src emacs-lisp :noweb-ref modes
2678 (blackout 'org-auto-tangle-mode)
2679#+end_src
2680
2665* Package management :package: 2681* Package management :package:
2666:PROPERTIES: 2682:PROPERTIES:
2667:header-args: :noweb-ref early-init-package 2683:header-args: :noweb-ref early-init-package