Update TODO
This commit is contained in:
@@ -24,7 +24,10 @@ Can remap functions as well as keys
|
|||||||
shows useful documentation summary on various categories of things
|
shows useful documentation summary on various categories of things
|
||||||
* mine for ideas
|
* mine for ideas
|
||||||
https://github.com/daviwil/emacs-from-scratch/blob/9388cf6ecd9b44c430867a5c3dad5f050fdc0ee1/Emacs.org
|
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
|
* keybindings
|
||||||
** emacs
|
** emacs
|
||||||
better bindings for page up / page down / home / end
|
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
|
** org-evil bindings
|
||||||
M-hjlk for moving headings
|
M-hjlk for moving headings
|
||||||
** meow
|
** meow
|
||||||
*** equivalents of evil <, > for indentation
|
|
||||||
*** equivalent of gd/gu (use embark?)
|
*** equivalent of gd/gu (use embark?)
|
||||||
gd = (+lookup/definition)
|
*** disable completing-read for meow-visit
|
||||||
gu = (+lookup/references)
|
|
||||||
*** equivalent of r (replace character under point, don't enter insert mode)
|
*** equivalent of r (replace character under point, don't enter insert mode)
|
||||||
*** equivalent of . for repeating edits
|
*** equivalent of . for repeating edits
|
||||||
*** learn kmacros
|
*** 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
|
** dired
|
||||||
https://github.com/punassuming/ranger.el
|
https://github.com/alexluigit/dirvish
|
||||||
*** toggle hidden files
|
*** toggle hidden files
|
||||||
* read docs/configure
|
* read docs/configure
|
||||||
** magit
|
** magit
|
||||||
@@ -68,6 +76,8 @@ https://karthinks.com/software/fifteen-ways-to-use-embark/
|
|||||||
** marginalia
|
** marginalia
|
||||||
** orderless
|
** orderless
|
||||||
** consult
|
** consult
|
||||||
|
** corfu
|
||||||
|
https://www.youtube.com/watch?v=Vx0bSKF4y78
|
||||||
** org
|
** org
|
||||||
*** C-RET should enter meow insert state
|
*** C-RET should enter meow insert state
|
||||||
*** TAB should cycle sub-folds
|
*** TAB should cycle sub-folds
|
||||||
@@ -80,10 +90,14 @@ https://github.com/nobiot/org-transclusion
|
|||||||
*** beautify
|
*** beautify
|
||||||
https://mstempl.netlify.app/post/beautify-org-mode/
|
https://mstempl.netlify.app/post/beautify-org-mode/
|
||||||
https://github.com/Gavinok/emacs.d/blob/main/lisp/org-config.el
|
https://github.com/Gavinok/emacs.d/blob/main/lisp/org-config.el
|
||||||
|
https://github.com/minad/org-modern
|
||||||
**** hide markup characters
|
**** hide markup characters
|
||||||
** nov.el
|
**** org-modern
|
||||||
have copy of Mastering Emacs handy to reference
|
|
||||||
** see if multiple-cursors works with meow at all
|
** see if multiple-cursors works with meow at all
|
||||||
|
** code folding
|
||||||
|
** symex
|
||||||
|
** rigpa
|
||||||
|
https://github.com/countvajhula/rigpa
|
||||||
* modeline
|
* modeline
|
||||||
** diminish/delight
|
** diminish/delight
|
||||||
* port doom config.el
|
* 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
|
don't use :straight t in use-package declarations
|
||||||
instead, have section that conditionally runs straight-use-package directives if necessary
|
instead, have section that conditionally runs straight-use-package directives if necessary
|
||||||
* install
|
* install
|
||||||
** yasnippet
|
** yasnippet/tempo
|
||||||
|
** mwim
|
||||||
** undo-tree
|
** undo-tree
|
||||||
** parinfer
|
** parinfer
|
||||||
** eglot / lsp-mode
|
** eglot / lsp-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user