Update TODO

This commit is contained in:
2022-11-01 16:36:54 -07:00
parent cbf725d16f
commit 8198cb2280

View File

@@ -24,7 +24,10 @@ Can remap functions as well as keys
shows useful documentation summary on various categories of things
* mine for ideas
https://github.com/daviwil/emacs-from-scratch/blob/9388cf6ecd9b44c430867a5c3dad5f050fdc0ee1/Emacs.org
https://tony-zorman.com/posts/2022-10-22-emacs-potpourri.html
https://www.masteringemacs.org/article/demystifying-emacs-window-manager
https://github.com/emacs-tw/awesome-emacs
https://www.reddit.com/r/emacs/comments/x43eie/heres_a_list_of_emacs_keyboard_shortcuts_that_i/
* keybindings
** emacs
better bindings for page up / page down / home / end
@@ -33,15 +36,20 @@ https://karthinks.com/software/more-less-emacs/#bonus-half-screen-scrolling
** org-evil bindings
M-hjlk for moving headings
** meow
*** equivalents of evil <, > for indentation
*** equivalent of gd/gu (use embark?)
gd = (+lookup/definition)
gu = (+lookup/references)
*** disable completing-read for meow-visit
*** equivalent of r (replace character under point, don't enter insert mode)
*** equivalent of . for repeating edits
*** learn kmacros
ability to scrape recent history for new macro
** try alternatives to meow
*** boon
*** xah-fly-keys
*** god-mode
*** kakoune.el
*** back to evil
** dired
https://github.com/punassuming/ranger.el
https://github.com/alexluigit/dirvish
*** toggle hidden files
* read docs/configure
** magit
@@ -68,6 +76,8 @@ https://karthinks.com/software/fifteen-ways-to-use-embark/
** marginalia
** orderless
** consult
** corfu
https://www.youtube.com/watch?v=Vx0bSKF4y78
** org
*** C-RET should enter meow insert state
*** TAB should cycle sub-folds
@@ -80,10 +90,14 @@ https://github.com/nobiot/org-transclusion
*** beautify
https://mstempl.netlify.app/post/beautify-org-mode/
https://github.com/Gavinok/emacs.d/blob/main/lisp/org-config.el
https://github.com/minad/org-modern
**** hide markup characters
** nov.el
have copy of Mastering Emacs handy to reference
**** org-modern
** see if multiple-cursors works with meow at all
** code folding
** symex
** rigpa
https://github.com/countvajhula/rigpa
* modeline
** diminish/delight
* port doom config.el
@@ -114,7 +128,8 @@ https://elpa.gnu.org/packages/adaptive-wrap.html
don't use :straight t in use-package declarations
instead, have section that conditionally runs straight-use-package directives if necessary
* install
** yasnippet
** yasnippet/tempo
** mwim
** undo-tree
** parinfer
** eglot / lsp-mode