Change tangle rules
This commit is contained in:
parent
3ee90d9e60
commit
3c1f23b5d4
|
@ -2,10 +2,11 @@
|
||||||
#+AUTHOR: materus
|
#+AUTHOR: materus
|
||||||
#+DESCRIPTION: materus emacs configuration
|
#+DESCRIPTION: materus emacs configuration
|
||||||
#+STARTUP: overview
|
#+STARTUP: overview
|
||||||
#+PROPERTY: header-args :tangle etc/materus/emacs-config.el :comments link
|
#+PROPERTY: EMACS-DIR: "./"
|
||||||
|
#+PROPERTY: header-args :tangle (concat (org-entry-get nil "EMACS-DIR" t) "etc/materus/emacs-config.el") :comments link
|
||||||
#+OPTIONS: \n:t
|
#+OPTIONS: \n:t
|
||||||
#+auto_tangle: t
|
#+auto_tangle: t
|
||||||
|
|
||||||
My emacs config, tangled file is [[file:etc/materus/emacs-config.el][there]]
|
My emacs config, tangled file is [[file:etc/materus/emacs-config.el][there]]
|
||||||
|
|
||||||
* Table of Contents :noexport:TOC_3:
|
* Table of Contents :noexport:TOC_3:
|
||||||
|
@ -63,7 +64,7 @@ My emacs config, tangled file is [[file:etc/materus/emacs-config.el][there]]
|
||||||
* Init Files
|
* Init Files
|
||||||
** Early Init
|
** Early Init
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle early-init.el :comments link
|
:header-args: :tangle (concat (org-entry-get nil "EMACS-DIR" t) "early-init.el") :comments link
|
||||||
:END:
|
:END:
|
||||||
Early init file, setting for GC and some paths.
|
Early init file, setting for GC and some paths.
|
||||||
Tangled file is [[./early-init.el][there]]
|
Tangled file is [[./early-init.el][there]]
|
||||||
|
@ -161,7 +162,7 @@ Early frame settings, maybe some could be move to normal init
|
||||||
|
|
||||||
** Init
|
** Init
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args: :tangle init.el :comments link
|
:header-args: :tangle (concat (org-entry-get nil "EMACS-DIR" t) "init.el") :comments link
|
||||||
:END:
|
:END:
|
||||||
Init File, tangled [[./init.el][there]]
|
Init File, tangled [[./init.el][there]]
|
||||||
Checking if using emacs from my nix config, loads config and custom.el
|
Checking if using emacs from my nix config, loads config and custom.el
|
||||||
|
|
Loading…
Reference in New Issue