emacs --daemon to run in the background.
emacsclient.emacs24 <filename/dirname> to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
- Undo -
C-/ - Redo -
C-? - Change case: 1. Camel Case :
M-c2. Upper Case :M-u
- Lower Case :
M-l
emacs --daemon to run in the background.
emacsclient.emacs24 <filename/dirname> to open in terminal
NOTE: "M-m and SPC can be used interchangeably".
C-/C-?M-c
2. Upper Case : M-uM-l| ;; material-ui.macros.clj | |
| (ns material-ui.macros) | |
| (def material-tags | |
| '[AppBar | |
| AppCanvas | |
| Circle | |
| Checkbox | |
| DatePicker | |
| DialogWindow |
| (defn keyword->pg-enum | |
| "Convert a keyword value into an enum-compatible object." | |
| [enum-type kw] | |
| (doto (org.postgresql.util.PGobject.) | |
| (.setType enum-type) | |
| (.setValue (name kw)))) | |
| (def ->status | |
| "Convert a keyword status into a something_status enum object" | |
| (partial keyword->pg-enum "something_status")) |
Here's where I understand the state of the art to be: