spacemacs
spacemacs copied to clipboard
Content for the book - Clojure Development with Spacemacs
https://lambdaisland.com/blog/2019-12-21-advent-of-parens-21-project-config-dir-locals
Given the content is aimed at spacemacs and clojure it would seem helpful to have a section on java interopt. e.g javadocs, limitations, light comparisons to other tooling (cursive)... I...
`C-x 8` opens a menu of common characters `RET` shows a helm list of unicode characters
Related articles https://camsaul.com/emacs-lisp/2020/06/09/emacs-lisp-intro-markdown-live-previews-part-1.html
https://github.com/ronnac/clojure-spacemacs-on-android/blob/master/Instructions.md
Using an elsip source file buffer `, e f` to evaluate the top level function `, e e` to evaluate the previous expression, useful for evaluating nested expressions in place....
Put the cursor on the name of a function from a different namespace and `, r a m` in clojure-mode with the REPL running. Typing an alias name in front...
Stage the unstaged directory Navigate to all the staged files section v and j k to select files not required in this commit u to unstage unwanted files Ready to...
`q` followed by a character (other than `ESC q`) to start recording a keyboard macro. Enter command keys. `ESC q` to stop recording. Macro now available via the @ and...
Use workspaces (badly named) to have two or more different window layouts for a project (or layout). `SPC l w 2`to create a second workspace (have to use numbers) `g...