So, inf-clojure has a few custom variables. For example,
(defcustom inf-clojure-program "lein repl")
I would like to be able to overload that value for pixie-mode only. setq "pixie-vm" isn't that good, because now clojure users have to setq it back to "lein repl" when they use inf-clojure for clojure programming.
Is there a way to assign a default value within a major mode?
So, inf-clojure has a few custom variables. For example,
I would like to be able to overload that value for pixie-mode only. setq "pixie-vm" isn't that good, because now clojure users have to setq it back to "lein repl" when they use inf-clojure for clojure programming.
Is there a way to assign a default value within a major mode?