fix broken clj
This commit is contained in:
parent
bf9eb03558
commit
9317c9bc39
2 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
||||||
(def-package! clojure-mode
|
(def-package! clojure-mode
|
||||||
:mode (("\\.clj$" . clojure-mode)
|
:mode (("\\.clj$" . clojure-mode)
|
||||||
("\\.cljs$". clojurescript-mode))
|
("\\.cljs$". clojurescript-mode))
|
||||||
:commands (clojure-mode clojurescript-mode) ;; this might not be necessary?
|
:commands (clojure-mode clojurescript-mode)
|
||||||
:config
|
:config
|
||||||
|
|
||||||
(rainbow-delimiters-mode-enable)
|
|
||||||
|
|
||||||
(def-package! clj-refactor ;; prob a better place to do this...using hooks?
|
(def-package! clj-refactor ;; prob a better place to do this...using hooks?
|
||||||
:demand t
|
:demand t
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
(push (file-name-directory path) load-path))
|
(push (file-name-directory path) load-path))
|
||||||
|
|
||||||
;; Custom variables
|
;; Custom variables
|
||||||
(defvar +org-dir (expand-file-name "~/work/org/")
|
(defvar +org-dir (expand-file-name "~/Dropbox/notes/")
|
||||||
"The directory where org files are kept.")
|
"The directory where org files are kept.")
|
||||||
(defvaralias 'org-directory '+org-dir)
|
(defvaralias 'org-directory '+org-dir)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue