This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2015-08-14
Channels
- # admin-announcements (20)
- # beginners (8)
- # boot (90)
- # cider (19)
- # clojure (31)
- # clojure-czech (2)
- # clojure-italy (8)
- # clojure-japan (6)
- # clojure-russia (9)
- # clojurescript (165)
- # clojurex (3)
- # cursive (2)
- # events (3)
- # hoplon (2)
- # ldnclj (3)
- # luminus (2)
- # melbourne (2)
- # off-topic (8)
- # onyx (5)
- # reagent (2)
- # testing (2)
@bozhidar: i'm installing everything via cask; i've cleaned .emacs.d/.cask
and re-run cask install
and the problem persists
it seems like some kind of autoloads issue, because just doing C-h f
+ clojure-mode
solves the problem -- from then on, M-x clojure-mode
etc work
i don't know how many people are crazy enough to cask update
daily against melpa stable, but if no one else has this issue, i'll try to reproduce in a fresh emacs
(eval-after-load 'clojure-mode '(define-clojure-indent (defroutes 'defun) (-> 'defun) (->> 'defun) (fact 'defun) (facts 'defun) (start 'defun) (stop 'defun) (GET 2) (POST 2) (PUT 2) (DELETE 2) (HEAD 2) (ANY 2) (context 2) (query 'defun) (copy 2) (create-table 1) (delete 1) (drop-table 1) (insert 2) (select 1) (truncate 1) (update 2)))