Update TODO

This commit is contained in:
2022-09-19 10:17:53 -07:00
parent 25eee02381
commit 7411ff0514

View File

@@ -1,11 +1,32 @@
* Emacs * Emacs
** Shortcuts
Jump to favorite files Jump to favorite files
F1 to jump to tasks F1 to jump to tasks
SPC p g to open projectile project straight to git SPC p g to open projectile project straight to git
** Replacing Doom
*** Packages
**** straight
**** doom-one theme
**** doom-modeline?
**** project.el or projectile
**** magit
**** which-key
**** meow
**** perspective or bufler
https://github.com/nex3/perspective-el
https://github.com/alphapapa/bufler.el
**** lsp-mode or eglot
**** VMOCE
***** vertico
***** marginalia
***** orderless
***** consult
***** embark
**** tree-sitter
**** parinfer
** Org ** Org
*** Org-roam *** Org-roam
*** Embark ** Embark
https://karthinks.com/software/fifteen-ways-to-use-embark/ https://karthinks.com/software/fifteen-ways-to-use-embark/
** Snippets ** Snippets
*** Insert Org source block *** Insert Org source block
@@ -13,23 +34,30 @@ https://karthinks.com/software/fifteen-ways-to-use-embark/
*** use-package *** use-package
figure out interactions with Doom figure out interactions with Doom
** configure evil-surround to not put spaces in ** configure evil-surround to not put spaces in
Use closing brace to avoid spaces
** Fira Code glyphs in vterm ** Fira Code glyphs in vterm
https://www.reddit.com/r/DoomEmacs/comments/qqqbon/wrong_icons_in_the_vterm/ https://www.reddit.com/r/DoomEmacs/comments/qqqbon/wrong_icons_in_the_vterm/
** Emacs everywhere ** Emacs everywhere
https://github.com/tecosaur/emacs-everywhere https://github.com/tecosaur/emacs-everywhere
** toggleable per-project terminal/eshell
** popper?
https://github.com/karthink/popper
** Python fixes
*** sqlalchemy type stubs
https://github.com/microsoft/pyright/issues/626
*** def snippet
*** debugger
* Kitty * Kitty
** Cheatsheet popup shortcuts ** Cheatsheet popup shortcuts
*** fzf -> tldr *** fzf -> tldr
*** kitty shortcuts *** kitty shortcuts
** ssh wrapper ** ssh wrapper
** shell integration
* Shell * Shell
** my own version of "hey" ** my own version of "hey"
https://github.com/hlissner/dotfiles/blob/master/bin/hey https://github.com/hlissner/dotfiles/blob/master/bin/hey
*** deploy templates for python/nix direnv *** deploy templates for python/nix direnv
*** update nix config *** update nix config
** Mark/jump for directories
,m [<register>] to mark a directory
,j [<register>] to jump to a marked directory
* Nix * Nix
** aliases/scripts for upgrade/maintenance ** aliases/scripts for upgrade/maintenance
** docker ctrl-p fix ** docker ctrl-p fix