From e1a3315de18141c95ada11e09a93a46b77e84cb9 Mon Sep 17 00:00:00 2001 From: fpi Date: Tue, 29 Mar 2022 12:14:10 +0200 Subject: Allow possibly multiple emacs-.el(.gpg) init files The load order is set by the number in their file name. Also fix some symlinks and exwm trying to tangle to root locations when invoking tangle.sh --- init-exwm.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init-exwm.org') diff --git a/init-exwm.org b/init-exwm.org index 0ce1f07..46bf793 100644 --- a/init-exwm.org +++ b/init-exwm.org @@ -3,7 +3,7 @@ * Starting EXWM Either start exwm in =.xinitrc= or if using a display manager setup a desktop file similar to this: -#+HEADER: :tangle /sudo::/usr/share/xsessions/exwm.desktop +##+HEADER: :tangle /sudo::/usr/share/xsessions/exwm.desktop #+begin_src conf [Desktop Entry] Name=EXWM @@ -13,7 +13,7 @@ Exec=exwm-start Type=Application #+end_src With the =exwm-start= script: -#+HEADER: :tangle /sudo::/usr/local/bin/exwm-start +##+HEADER: :tangle /sudo::/usr/local/bin/exwm-start #+begin_src shell :tangle-mode (identity #o755) #!/usr/bin/env sh -- cgit v1.2.3