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 merge request updates the Emacs Lisp configuration (init.el) to enhance the setup for Clojure development using CIDER and related tools. The changes ensure better package management, standard Emacs Lisp...

I followed the instructions on the README and got the following error: ``` ⛔ Warning (initialization): An error occurred while loading ‘/Users/nsadeh/.emacs.d/init.el’: Symbol's function definition is void: global-linum-mode To ensure...

I installed Emacs 29.1 and ran this package as per the instructions. When I ran `cider-jack-in` I got the following error: ```package cl is deprecated``` I am aware this is...

I am running on windows 10. I get this error when I launch emacs after copying the config files ```lisp Debugger entered--Lisp error: (file-error "Cannot open load file" "package") require(package)...

I downloaded the setup recommended here for `~/.emacs.d`, however I could not get a CIDER nREPL up and running with Emacs 29.1 -- kept getting an error that said `Package...

I like to use chemacs2 to allow me to try out new emacs configs. However this config is incompatible due to hardcoded paths to ~/.emacs.d in these files: - init.el...

Hi there. Thank you very much for providing this configuration, it was a great way to get me started! It seems that the URL for the MELPA packages changed, `http://melpa.milkbox.net/packages/`...

From [rainbow-delimiters repo](https://github.com/Fanael/rainbow-delimiters#global-mode) : > There's no **global-rainbow-delimiters-mode** anymore. It used to exist, but it was impossible to keep it from breaking some major modes. It's strongly recommended to use...

This PR will enable `clojurescript-mode` for buffers with the file extension `cljs`. Otherwise, Emacs will warn about using `clojure-mode` for clojurescript buffers.

This PR will enable special characters like `~` and `^` in the editor, useful for when writing shorthand subscriptions syntacs in `clojurescript` with `re-frame`.