clean up
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user