From 3ed2f2b5f2f546c2686f9a82677a3405310e66a1 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Fri, 18 Jun 2021 20:25:35 -0400 Subject: [PATCH] xmodmap: fix tangle --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index a2e16d1..fa43e92 100644 --- a/config.org +++ b/config.org @@ -1248,7 +1248,7 @@ I use tmux in order to keep my st build light. Still learning how it works. allow-emacs-pinentry #+end_src ** Xmodmap -#+begin_src conf (if (eq system-name "frost.armaanb.net") ":tangle ~/.config/xmodmap") +#+begin_src conf :tangle (progn (if (string= (system-name) "frost.armaanb.net") "~/.config/xmodmap" "no")) ! Unmap left super clear mod4 -- 2.39.2