From d7f3bd4fa433d63cb1603b2715fc7340527f96bc Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Sat, 29 May 2021 16:35:16 -0400 Subject: [PATCH] Switch to scratch buffer before launching things --- config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)' -- 2.39.2