aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <qsx@chaotikum.eu>2026-07-27 19:58:59 +0200
committerThomas Schneider <qsx@chaotikum.eu>2026-07-27 20:03:11 +0200
commit5b0eed9f13b22a959d94e01a0bc4897ef8e02cd5 (patch)
tree3f312899b783f919eee3840675205fe0abe29941
parent84653d82c186ed547beb18dc60929a99fcd9e56f (diff)
Emacs: Add gnuplot
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index 9876ce4..ae2b75a 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -490,6 +490,10 @@
:config
(define-key calc-digit-map (kbd "<kp-separator>") "."))
+(use-package gnuplot
+ :mode ("\\.gp\\'" . gnuplot-mode)
+ :hook ((gnuplot-comint-mode . qsx-disable-show-trailing-whitespace)))
+
;;; Mail
(use-package gnus
:defer t