From 1f048c3076484df17bd5927811ae4365314b76c8 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 12:56:05 -0400 Subject: [PATCH] Use Emacs calc instead of bc --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 3af5384..3704675 100644 --- a/config.org +++ b/config.org @@ -804,8 +804,8 @@ I'm not a huge fan of how spectrwm handles keybindings, probably my biggest grip program[rss] = emacsclient -c --eval '(elfeed)' program[calendar] = emacsclient -c --eval '(acheam-calendar)' program[emacs] = emacsclient -c + program[calc] = emacsclient -ce '(progn (calc) (windmove-up) (delete-window))' program[firefox] = firefox - program[calc] = st -e bc -l bind[email] = MOD+Control+1 bind[irc] = MOD+Control+2 -- 2.39.2