remove 2nd and old gnuplot-mode file and update settings for the 1st to match last package update

This commit is contained in:
2022-02-21 13:24:08 +01:00
parent ef409e965c
commit 3bc17d82de
3 changed files with 6 additions and 461 deletions

View File

@@ -10,11 +10,15 @@
;; dash
;;; Code:
(use-package gnuplot-mode
(use-package gnuplot
:load-path (lambda() (concat config-dir "lisp/gnuplot"))
:commands gnuplot-mode
:mode "\\.gp\\'")
(use-package gnuplot-context
:after gnuplot
:commands gnuplot-context-sensitive-mode)
(use-package plantuml-mode
:commands (plantuml-mode org-mode)
:config