This commit is contained in:
2021-01-27 21:50:40 +01:00
parent d8336fbbae
commit 34f76c13d8
25 changed files with 109 additions and 159 deletions

View File

@@ -11,10 +11,9 @@
;;; Code:
(use-package gnuplot-mode
:load-path (lambda() (concat user-emacs-directory "lisp/gnuplot"))
:load-path "lisp/gnuplot"
:commands gnuplot-mode
:mode "\\.gp\\'"
)
:mode "\\.gp\\'")
(use-package plantuml-mode
:commands (plantuml-mode org-mode)