summaryrefslogtreecommitdiff
path: root/.local
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 /.local
parentba37a8d2b0c82e0a01e8928091fce1b0724183a2 (diff)
emacs & ec: Disable ‘calc-mode’ trail
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/ec3
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/ec b/.local/bin/ec
index 4efe2da..f3a101b 100755
--- a/.local/bin/ec
+++ b/.local/bin/ec
@@ -3,7 +3,8 @@
(menu-bar-mode -1)
(setq select-enable-primary t
- help-window-select t)
+ help-window-select t
+ calc-display-trail nil)
(full-calc)
(keymap-set calc-mode-map "q" #'kill-emacs)