diff options
| author | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 19:58:59 +0200 |
|---|---|---|
| committer | Thomas Schneider <qsx@chaotikum.eu> | 2026-07-27 20:03:11 +0200 |
| commit | 5b0eed9f13b22a959d94e01a0bc4897ef8e02cd5 (patch) | |
| tree | 3f312899b783f919eee3840675205fe0abe29941 /dot.emacs.d | |
| parent | 84653d82c186ed547beb18dc60929a99fcd9e56f (diff) | |
Emacs: Add gnuplot
Diffstat (limited to 'dot.emacs.d')
| -rw-r--r-- | dot.emacs.d/init.el | 4 |
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 |
