From 8198cb2280e812de14a4c830f50c06c4244cdcfb Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 1 Nov 2022 16:36:54 -0700 Subject: [PATCH] Update TODO --- thoom-emacs/TODO.org | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/thoom-emacs/TODO.org b/thoom-emacs/TODO.org index 350c21c..2357767 100644 --- a/thoom-emacs/TODO.org +++ b/thoom-emacs/TODO.org @@ -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