remove 2nd and old gnuplot-mode file and update settings for the 1st to match last package update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user