diff --git a/thoom-emacs/TODO.org b/thoom-emacs/TODO.org index 0a621f3..350c21c 100644 --- a/thoom-emacs/TODO.org +++ b/thoom-emacs/TODO.org @@ -42,8 +42,17 @@ M-hjlk for moving headings *** learn kmacros ** dired https://github.com/punassuming/ranger.el +*** toggle hidden files * read docs/configure ** magit +** eshell +https://www.masteringemacs.org/article/complete-guide-mastering-eshell +https://github.com/iostapyshyn/eshell-vterm +** tramp +*** multi-hop +specifically ssh -> ssh -> docker +https://github.com/emacs-pe/docker-tramp.el +https://www.emacswiki.org/emacs/TrampAndDocker ** whitespace cleanup https://batsov.com/articles/2011/11/25/emacs-tip-number-3-whitespace-cleanup/ ** straight @@ -52,6 +61,8 @@ https://batsov.com/articles/2011/11/25/emacs-tip-number-3-whitespace-cleanup/ https://takeonrules.com/2022/01/17/switching-from-company-to-corfu-for-emacs-completion/ ** embark https://karthinks.com/software/fifteen-ways-to-use-embark/ +*** better binding for moving org subtrees +*** tagging org header ** vertico ** avy ** marginalia @@ -59,8 +70,8 @@ https://karthinks.com/software/fifteen-ways-to-use-embark/ ** consult ** org *** C-RET should enter meow insert state -*** better embark bindings for moving subtrees -*** embark binding for tagging header +*** TAB should cycle sub-folds +*** TAB should cycle when at end of folded header line *** keybind for narrow *** switch to use-package repeat-map for C-c C-n/p @@ -70,6 +81,9 @@ https://github.com/nobiot/org-transclusion https://mstempl.netlify.app/post/beautify-org-mode/ https://github.com/Gavinok/emacs.d/blob/main/lisp/org-config.el **** hide markup characters +** nov.el +have copy of Mastering Emacs handy to reference +** see if multiple-cursors works with meow at all * modeline ** diminish/delight * port doom config.el @@ -141,4 +155,9 @@ C-x r (m)ark, (l)ist, jump to (b)ookmark ** registers C-x r (s)tore region, (i)nsert contents C-x r (SPC) store point, (j)ump to register - +** highlighters +M-s h keymap +also H in embark +** auto-revert-tail-mode +** M-| pipes region to shell command +replaces region if invoked with C-u