mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
More header arguments
This commit is contained in:
parent
36a4d49389
commit
2c5f5178d1
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#+PROPERTY: header-args :tangle "~/.emacs.d/config-exwm.el" :comments both
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-exwm.el" :comments both
|
||||
|
||||
* window manipulation
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#+PROPERTY: header-args :tangle "~/.emacs.d/config-min.el" :comments both
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-min.el" :comments both
|
||||
|
||||
* misc emacs settings
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#+PROPERTY: header-args :tangle "~/.emacs.d/config-org.el" :comments both
|
||||
#+PROPERTY: header-args:emacs-lisp :tangle "~/.emacs.d/config-org.el" :comments both
|
||||
|
||||
* Need this for base config
|
||||
#+begin_src emacs-lisp
|
||||
|
|
|
|||
Loading…
Reference in a new issue