emacs-for-clojure icon indicating copy to clipboard operation
emacs-for-clojure copied to clipboard

Results 25 emacs-for-clojure issues
Sort by recently updated
recently updated
newest added

This PR changes the package archives to `melpa` and `melpa stable`. I am an Emacs beginner and learning about how to configure it. As I understand it the `tromey` and...

Howdy! The current version of Cider seems to depend on the patch to `sesman` that was pushed six months ago, which introduced something called `sesman-current-sessions`. I was able to get...

I'm getting this error after installing moving the folder to `~/.emacs.d` > Debugger entered--Lisp error: (file-error "Cannot open load file" "package") > require(package) > eval-buffer(# nil "/Users/xxx/.emacs.d/init.el" nil t) ;...

I believe telling about `M-` will help future beginners, like myself right now, to achieve their goals faster

I've been trying to get this running for days: error: Symbol's function definition is void: clojure-project-dir Running M-x cider-version gives "CIDER 0.15.1 (London)" Running M-x clojure-mode-version gives "clojure-mode (version 3.1.0-snapshot)...

Hey there , A couple days ago I started work on this repo , by updating all the package versions and tweaking customizations as I'd run into some errors with...

Warning (bytecomp) : reference to free variable 'predicate' Warning (bytecomp) : reference to free variable 'inherit-input-method' Warning (bytecomp) : reference to free variable 'ido-cur-item' Warning (bytecomp) : reference to free...

removing marmalade, tls has been broken since October 2016: https://goo.gl/RxE1aE. This exposes noobs to unnecessary security risks and confusion.

Can you review and pull? 1. Seems to me the folder content needs to be moved under .emacs.d instead of the folder itself. 2. I'm not exactly sure how clojure...

currently, cider directly uses `eldoc-mode`. Cheers