Can I do this? Lisp expressions in tangle argument

This commit is contained in:
Benson Chu 2023-03-03 08:57:36 -06:00
parent 2dd0f3038c
commit a2428537d6
6 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-ext.el" :comments both #+PROPERTY: header-args:emacs-lisp :tangle (ef "config-ext.el") :comments both
* buffer-window management * buffer-window management
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-exwm.el" :comments both #+PROPERTY: header-args:emacs-lisp :tangle (ef "config-exwm.el") :comments both
* exwm * exwm
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-min.el" :comments both #+PROPERTY: header-args:emacs-lisp :tangle (ef "config-min.el") :comments both
* setup ssh keys * setup ssh keys
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-org.el" :comments both #+PROPERTY: header-args:emacs-lisp :tangle (ef "config-org.el") :comments both
* The all-mighty org configuration * The all-mighty org configuration
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-programming.el" :comments both #+PROPERTY: header-args:emacs-lisp :tangle (ef "config-programming.el") :comments both
* lsp * lsp
#+begin_src emacs-lisp #+begin_src emacs-lisp

View file

@ -1,4 +1,4 @@
#+PROPERTY: header-args :tangle "~/.emacs.d/my-redefs.el" :comments both #+PROPERTY: header-args :tangle (ef "my-redefs.el") :comments both
* Filter by top heading, but only top todo heading * Filter by top heading, but only top todo heading
#+begin_src emacs-lisp #+begin_src emacs-lisp