spacemacs
spacemacs copied to clipboard
Content for the book - Clojure Development with Spacemacs
Configure Spacemacs to use DAP layer for debugging ClojureScript [Leandro Doctors discussion in Zulip Chat](https://clojurians.zulipchat.com/#narrow/stream/151763-beginners/topic/spacemacs.20.2B.20clojurescript.20.2B.20debugging.20.3F.20.5BSOLVED.5D/near/281330932) SOLVED: dap-debug for ClojureScript: #### Mini-HOWTO: Spacemacs DAP Debugging for ClojureScrip Update the Spacemacs configuration...
Some people have reported undo-tree causing Emacs lock-up with the only option being to kill emacs. Practicalli is using undo tree without issue. An alternative is to disable undo-tree in...
Install Emacs plus, version 28 with native compilation and Spacemacs Icon (there are many others) - [Emacs Plus](https://github.com/d12frosted/homebrew-emacs-plus) recommended in the [Spacemacs README](https://github.com/syl20bnr/spacemacs#macos) ## Install - Install homebrew - `brew...
From Emacs 27.1 onward tab bar functionality is built in and it seems that Evil normal key bindings are over-riding the existing keybindings for eyebrowse-next-window-config and eyebrowse-previous-window-config Originally raised this...
https://practical.li/spacemacs/clojure-repl/configure-repl-start.html Uses older Cider variable to set aliases and screenshot out of date
Should a newly published package have an issue, an older version of the package can be pinned using a specific commit from the packages GitHub repository Related issue: #166 ####...
https://clojurians.slack.com/archives/C0185BFLLSE/p1643514826553959 ```elisp (defun portal.api/open () (interactive) (cider-nrepl-sync-request:eval "(require 'portal.api) (portal.api/tap) (portal.api/open)")) (defun portal.api/clear () (interactive) (cider-nrepl-sync-request:eval "(portal.api/clear)")) (defun portal.api/close () (interactive) (cider-nrepl-sync-request:eval "(portal.api/close)")) ;; TODO add key mappings for Spacemacs...
* [x] Provide a minimal setup for Clojure LSP / Emacs LSP UI in the practicalli/spacemacs.d repository * [ ] Add quick start section on https://practical.li/spacemacs/install-spacemacs/clojure-lsp/ * [ ] Explain...
Is the code-review package a useful addition to working with GitHub / GitLab issues from Emacs, does it provide tools not already in Magit Forge and does it work well...
http://tuhdo.github.io/helm-projectile.html