Compare commits

...

2 Commits

Author SHA1 Message Date
39f8a4510b
docs: add todo
All checks were successful
deploy / build (push) Successful in 6m4s
2024-10-03 19:55:54 +02:00
664aa185dd
docs(emasc/keybinds): add keybind to rename-uniquely 2024-10-03 19:55:29 +02:00
2 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,7 @@ My buffer-related keybindings are all prefixed by ~b~.
| n | next-buffer | | |
| p | previous-buffer | | |
| r | counsel-buffer-or-recentf | | counsel |
| R | rename-uniquely | | |
| s | switch-to-scratch-buffer | | |
** Code

View File

@ -357,6 +357,7 @@ document.
"r" #'writegood-reading-ease))
#+end_src
**** TODO Auto detection of langtool java classpath :noexport:
** DSLs
DSLs, or /Domain Specific Languages/, are languages dedicated to some
very tasks, such as configuration languages or non-general programming