From: Armaan Bhojwani Date: Mon, 24 May 2021 16:56:30 +0000 (-0400) Subject: Use short -e instead of --eval X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=d1223bebbc8685e6ce15b3d052b8ae8e6f9a7deb Use short -e instead of --eval --- 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