From d1223bebbc8685e6ce15b3d052b8ae8e6f9a7deb Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 12:56:30 -0400 Subject: [PATCH] Use short -e instead of --eval --- config.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 3704675..155c50d 100644 --- a/config.org +++ b/config.org @@ -799,13 +799,13 @@ I'm not a huge fan of how spectrwm handles keybindings, probably my biggest grip #+end_src **** Programs #+begin_src conf :tangle ~/.spectrwm.conf - program[email] = emacsclient -c --eval "(mu4e)" - program[irc] = emacsclient -c --eval '(switch-to-buffer "irc.armaanb.net:6698")' - program[rss] = emacsclient -c --eval '(elfeed)' - program[calendar] = emacsclient -c --eval '(acheam-calendar)' - program[emacs] = emacsclient -c + program[email] = emacsclient -ce "(mu4e)" + program[irc] = emacsclient -ce '(switch-to-buffer "irc.armaanb.net:6698")' + program[rss] = emacsclient -ce '(elfeed)' + program[calendar] = emacsclient -ce '(acheam-calendar)' program[calc] = emacsclient -ce '(progn (calc) (windmove-up) (delete-window))' program[firefox] = firefox + program[emacs] = emacsclient -c bind[email] = MOD+Control+1 bind[irc] = MOD+Control+2 -- 2.39.2