aboutsummaryrefslogtreecommitdiff
path: root/dot.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'dot.emacs.d/init.el')
-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