Skip to content

Commit

Permalink
Address gag-worthy dependency of cider on org.
Browse files Browse the repository at this point in the history
  • Loading branch information
candera committed Dec 31, 2014
1 parent d76744b commit ababf1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,11 @@ if the major mode is one of 'delete-trailing-whitespace-modes'"
;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; OMG: cider requires org-mode, which will pull in the default
;; version built in to Emacs if I don't set the path first.
(setq load-path (cons "~/.emacs.d/custom/org-mode/lisp" load-path))
(setq load-path (cons "~/.emacs.d/custom/org-mode/contrib/lisp" load-path))

;; clojure-mode and nrepl appear to require each other as well as
;; other libraries. Make sure everyone can find each other

Expand Down

0 comments on commit ababf1c

Please sign in to comment.