aboutsummaryrefslogtreecommitdiff
path: root/config/emacs
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-08-04 16:00:56 -0600
committerKenny Ballou <kb@devnulllabs.io>2022-08-04 16:00:56 -0600
commit0aa3f99d6def5aeaadeedaec3bcddca747a5899b (patch)
treea7d18a1d8a0c55372757accfd785888c37e47b9a /config/emacs
parent8ad2e55bbe29ecfeb1272eddeeb0cd19c522e4ce (diff)
downloaddotfiles-0aa3f99d6def5aeaadeedaec3bcddca747a5899b.tar.gz
dotfiles-0aa3f99d6def5aeaadeedaec3bcddca747a5899b.tar.xz
emacs: tangle read-only elisp configuration
Set the mode of the resulting tangled emacs configuration to promote editor of the configuration within Org. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config/emacs')
-rw-r--r--config/emacs/emacs.d/emacs.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org
index 488d5d84..eb8eff20 100644
--- a/config/emacs/emacs.d/emacs.org
+++ b/config/emacs/emacs.d/emacs.org
@@ -9,7 +9,7 @@ Tangle all the things from orgmode!
** =early-init.el=
:PROPERTIES:
:ID: 7ba2781f-2040-4345-a188-f610f1e798b4
-:header-args:elisp: :tangle ./early-init.el
+:header-args:elisp: :tangle ./early-init.el :tangle-mode (identity #o444)
:END:
#+begin_src elisp
@@ -206,7 +206,7 @@ Font Config
** =init.el=
:PROPERTIES:
:ID: 828c7a64-b5e4-4314-a146-9f4cd1813543
-:header-args:elisp: :tangle init.el
+:header-args:elisp: :tangle init.el :tangle-mode (identity #o444)
:END:
#+begin_src elisp