From: Armaan Bhojwani Date: Sat, 29 May 2021 20:35:16 +0000 (-0400) Subject: Switch to scratch buffer before launching things X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=d7f3bd4fa433d63cb1603b2715fc7340527f96bc Switch to scratch buffer before launching things --- diff --git a/config.org b/config.org index 4bd3fc4..deb1c21 100644 --- a/config.org +++ b/config.org @@ -474,7 +474,8 @@ Circe is a really nice IRC client that claims to be above RCIRC and below ERC in (interactive) (if (get-buffer "irc.armaanb.net:6696") (switch-to-buffer "irc.armaanb.net:6696") - (progn (circe "libera") + (progn (switch-to-buffer "*scratch*") + (circe "libera") (circe "oftc") (circe "tilde")))) @@ -798,7 +799,7 @@ 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 -ce "(mu4e)" + program[email] = emacsclient -ce '(progn (switch-to-buffer "*scratch*") (mu4e))' program[irc] = emacsclient -ce '(acheam-irc)' program[rss] = emacsclient -ce '(elfeed)' program[calendar] = emacsclient -ce '(acheam-calendar)'