add config-dir variable and change load-path to use it
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
;;; Code:
|
||||
(use-package gnuplot-mode
|
||||
:load-path "lisp/gnuplot"
|
||||
:load-path (lambda() (concat config-dir "lisp/gnuplot"))
|
||||
:commands gnuplot-mode
|
||||
:mode "\\.gp\\'")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user