An open API service indexing awesome lists of open source software.

https://github.com/steenhansen/clojure.emacs

.emacs init file for Clojure
https://github.com/steenhansen/clojure.emacs

clojure elisp emacs

Last synced: 10 months ago
JSON representation

.emacs init file for Clojure

Awesome Lists containing this project

README

          

# .emacs file for Clojure

## Keyboard layout

| Cider-Commands | Windows-Handling | Code-Text |
| :--- | :---: | ---: |
| F1:eval sexp | F6:del-win | F10:comment-code|
| F2:eval buffer | F7:ver-split | F11:format-code |
| F3:set ns | F8:hor-split | F12:search-text |
| F4:eval all | F9:full-screen | |
| F5:jack-in | | |

| Left-Side | Middle | Right-Side |
| :--- | :---: | ---: |
| highlight-text:~~ | start-mark:C-\ | zoom-out:-- |
| | end-region:MOUSE-3 | zoom-in:== |
| clear-repl:qq | para-mode:[[ | select-all:]] |
| | | kill-searches: \\\\ |
| | | kill-non-core:'' |
| | previous-bookmark:<< | next-bookmark:>> |
| | sidebar-toggle:,, | bookmark-toggle:.. |

## Compile Clojure sequence With main file selected
F5 cider-jack-in
F4 cider-ns-reload-all : compile a project
F3 cider-repl-set-ns
F2 cider-load-buffer : when a file has changed
F1 cider-eval-defun-at-point : when a single s-expression has changed