summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-14 01:21:08 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-14 01:21:08 +0200
commit9f7680bd00775961ee58468e89ac5ada9f79dc5a (patch)
treebb9d257f655dd9eafde33904442f5c507eb85dea /.config
parentba37a8d2b0c82e0a01e8928091fce1b0724183a2 (diff)
emacs & ec: Disable ‘calc-mode’ trail
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/config.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/emacs/config.org b/.config/emacs/config.org
index 28d00cb..55b4dd5 100644
--- a/.config/emacs/config.org
+++ b/.config/emacs/config.org
@@ -543,6 +543,18 @@ autocompleting code but has other uses too I guess.
#+END_SRC
+** Mathematics
+
+The built-in emacs calculator ~calc~ is genuinely the best calculator program I
+have ever used. Annoyingly though, it has a ‘trail’ that is always around. I
+don’t like it.
+
+#+BEGIN_SRC elisp
+
+ (setq calc-display-trail nil)
+
+#+END_SRC
+
** Programming
*** Indentation