Update TODO

This commit is contained in:
2022-10-10 22:50:33 -07:00
parent 1f1cf72c79
commit a88b43bde8

View File

@@ -39,14 +39,11 @@ M-hjlk for moving headings
gu = (+lookup/references) 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
** dired ** dired
*** hjkl navigation https://github.com/punassuming/ranger.el
*** : for M-x
* read docs/configure * read docs/configure
** magit ** magit
*** start in insert state in commit message
** whitespace cleanup ** whitespace cleanup
https://batsov.com/articles/2011/11/25/emacs-tip-number-3-whitespace-cleanup/ https://batsov.com/articles/2011/11/25/emacs-tip-number-3-whitespace-cleanup/
** straight ** straight
@@ -56,6 +53,7 @@ https://takeonrules.com/2022/01/17/switching-from-company-to-corfu-for-emacs-com
** embark ** embark
https://karthinks.com/software/fifteen-ways-to-use-embark/ https://karthinks.com/software/fifteen-ways-to-use-embark/
** vertico ** vertico
** avy
** marginalia ** marginalia
** orderless ** orderless
** consult ** consult
@@ -96,6 +94,7 @@ https://github.com/Gavinok/emacs.d/blob/main/lisp/org-config.el
* line wrapping * line wrapping
https://elpa.gnu.org/packages/adaptive-wrap.html https://elpa.gnu.org/packages/adaptive-wrap.html
* Fix magit invisible changes in terminal * Fix magit invisible changes in terminal
* when opening help buffer, focus it so I can q out
* Deconflict Emacs and Kitty hotkeys * Deconflict Emacs and Kitty hotkeys
* if nix in path, prefer nix versions of emacs packages * if nix in path, prefer nix versions of emacs packages
don't use :straight t in use-package declarations don't use :straight t in use-package declarations
@@ -108,6 +107,7 @@ instead, have section that conditionally runs straight-use-package directives if
* languages * languages
** python ** python
** nix ** nix
https://github.com/elkowar/rnix-lsp
** typescript ** typescript
** web-mode ** web-mode
* meow * meow
@@ -119,6 +119,8 @@ How to express "insert before the second word of the line"?
Why doesn't visit work consistently in beacon mode? Why doesn't visit work consistently in beacon mode?
*** defining C-<something> keys in normal mode seems to fuck everything up for some reason *** defining C-<something> keys in normal mode seems to fuck everything up for some reason
** sexp state ** sexp state
** try dot mode
https://github.com/wyrickre/dot-mode
** notes ** notes
*** r replaces selection with yank buffer *** r replaces selection with yank buffer
* Notes from Mastering Emacs * Notes from Mastering Emacs