spacemacs icon indicating copy to clipboard operation
spacemacs copied to clipboard

Content for the book - Clojure Development with Spacemacs

Results 119 spacemacs issues
Sort by recently updated
recently updated
newest added

https://github.com/emacsorphanage/helm-swoop `helm-multi-swoop-current-mode` Skip the select phase and apply to all buffers with the same major mode as the current buffer

customize `helm-buffer-max-length` The default length is approximately 20. set to `nil` and helm will use the longest buffer name. Set value using a layer variable ``` (helm :variables helm-buffer-max-length nil)...

helm

http://blog.jenkster.com/2013/10/finding-files-in-emacs-helm.html

helm

Logging is more effectively managed by sending output to rolling log files or to a logging service like Elastic Search Kibana. Sending logs to the REPL can be problematic as...

CIDER

https://config.phundrak.com/spacemacs

spacemacs basics

bind a project-specific Clojure function (e.g., integrant.repl/restart ) to an emacs command, so I can bind that to a convenient keystroke. I know there's cider-run but I need to enter...

The clojure icon that comes with the all-the-icons font is not as strong as the Emacs, Markdown or similar icons. Create a PR to update the font with this version...

Some libraries will extend the Clojure language with macros but these will not be recognised by Cider intention rules. Use the clojure mode variable `clojure-defun-indents` to use the same indent...

CIDER

Ideas for topics not covered https://www.youtube.com/playlist?list=PLhXZp00uXBk4np17N39WvB80zgxlZfVwj

tests :ret and :fn values too https://github.com/jeaye/orchestra