TODO.org: update & reformat

This commit is contained in:
Henrik Lissner 2017-04-28 01:43:14 -04:00
parent ac10ebbf71
commit f795202ce8

View file

@ -5,19 +5,23 @@
+ [-] Work-in-progress + [-] Work-in-progress
+ [X] Complete + [X] Complete
** Unreleased [44/115] ** Unreleased [44/119]
- [0/0] Test + [1/8] Potential plugins
- [1/6] Potential plugins
+ [ ] feature/version-control: [[https://github.com/sshaw/git-link][git-link]] (replacement for browse-at-remote) + [ ] feature/version-control: [[https://github.com/sshaw/git-link][git-link]] (replacement for browse-at-remote)
+ [ ] lang/org: [[https://github.com/Malabarba/latex-extra][orgit]] (org links to magit buffers) + [ ] lang/org: [[https://github.com/Malabarba/latex-extra][orgit]] (org links to magit buffers)
+ [ ] lang/latex: [[https://github.com/Malabarba/latex-extra][latex-extra]] (utility commands) + [ ] lang/latex: [[https://github.com/Malabarba/latex-extra][latex-extra]] (utility commands)
+ [ ] lang/latex: [[**https://github.com/jsinglet/latex-preview-pane][latex-preview-pane]] + [ ] lang/latex: [[**https://github.com/jsinglet/latex-preview-pane][latex-preview-pane]]
+ [ ] lang/julia: [[ https://github.com/dennisog/julia-shell-mode][julia-shell]] (unsure if better than inferior-julia in julia-mode) + [ ] lang/julia: [[ https://github.com/dennisog/julia-shell-mode][julia-shell]] (unsure if better than inferior-julia in julia-mode)
+ [ ] lang/python: [[https://github.com/Wilfred/pyimport][pyimport]]
+ [ ] An image plugin for zooming images at point
+ https://github.com/mhayashi1120/Emacs-imagex ?
+ [X] feature/version-control: [[https://github.com/pidu/git-timemachine][git-timemachine]] (replacement for vc-annotate) + [X] feature/version-control: [[https://github.com/pidu/git-timemachine][git-timemachine]] (replacement for vc-annotate)
- [0/2] New modules + [0/4] New modules
+ [ ] app/finance + [ ] app/finance (maybe settle for org-mode tables?)
+ [ ] app/irc
+ [-] app/crm + [-] app/crm
- [1/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]]) + [-] app/write
+ [1/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]])
+ [0/8] :tools + [0/8] :tools
+ [ ] dired + [ ] dired
+ [ ] electric-indent + [ ] electric-indent
@ -76,13 +80,13 @@
+ [ ] ido + [ ] ido
+ [ ] helm + [ ] helm
+ [0/5] :app + [0/5] :app
+ [ ] /app/email + [ ] email
+ [ ] /app/write + [ ] write
+ [ ] /app/rss + [ ] rss
+ [ ] /app/twitter + [ ] twitter
+ [ ] /app/present + [ ] present
- [ ] Replace bootstrap system with informative READMEs + [ ] Replace bootstrap system with informative READMEs
Bootstaps aren't robust and are too opinionated, even for my own needs. Bootstaps are inflexible/too opinionated, even for my own needs.
+ [ ] send-to-REPL workflow: does it still work? (see ~:repl~ & ~+eval/repl-send-region~) + [ ] send-to-REPL workflow: does it still work? (see ~:repl~ & ~+eval/repl-send-region~)
+ [ ] Fix ~M-z~ key in minibuffer (replace zap-to-char with undo) + [ ] Fix ~M-z~ key in minibuffer (replace zap-to-char with undo)
+ [ ] Update screenshots + [ ] Update screenshots
@ -108,14 +112,14 @@
+ [X] lang/python: add ipython detection & REPL support + [X] lang/python: add ipython detection & REPL support
+ [X] TAB autocompletion in comint/repl buffers + [X] TAB autocompletion in comint/repl buffers
+ [X] Fix Emacs daemon compatibility + [X] Fix Emacs daemon compatibility
+ The config assumes a frame will be visible on startup, causing errors when The config assumes a frame will be visible on startup, causing errors when
+ Emacs is launched as a daemon. Emacs is launched as a daemon.
+ [X] ~ace-maximize-window~ is obsolete + [X] ~ace-maximize-window~ is obsolete
+ [X] Fix whitespace adjustment in highlight-indentation-current-column-mode + [X] Fix whitespace adjustment in highlight-indentation-current-column-mode
+ [X] Toggle-able "pretty" mode for org-mode + [X] Toggle-able "pretty" mode for org-mode
+ Sometimes, fontification (like prettified entities or hidden regions) make editing difficult. Make this toggleable. Sometimes, fontification (like prettified entities or hidden regions) make editing difficult. Make this toggleable.
+ [X] Simplify matchit key (%) in python + [X] Simplify matchit key (%) in python
+ It prioritizes jumps between if-else and other blocks over brackets. Annoying! It prioritizes jumps between if-else and other blocks over brackets. Annoying!
+ [X] Fix over-eager ESC killing popups + [X] Fix over-eager ESC killing popups
+ [X] Refactor out s.el dependency + [X] Refactor out s.el dependency
+ [X] Use sharp-quote for functions (make byte-compiler more helpful) + [X] Use sharp-quote for functions (make byte-compiler more helpful)
@ -125,8 +129,8 @@
+ [X] Fix ~:x~ ex command (open scratch buffer) + [X] Fix ~:x~ ex command (open scratch buffer)
+ [X] Colored output from package management commands + [X] Colored output from package management commands
+ [X] ~message!~ & ~format!~ (doom messaging system) + [X] ~message!~ & ~format!~ (doom messaging system)
+ Prints to a DOOM message buffer in interactive sessions, and to stdout (w/ Prints to a DOOM message buffer in interactive sessions, and to stdout (w/
+ ansi codes) in noninteractive sessions. ansi codes) in noninteractive sessions.
+ [X] Make ~+doom-folded-face~ more subtle + [X] Make ~+doom-folded-face~ more subtle
+ [X] tools/term (term/multi-term support) + [X] tools/term (term/multi-term support)
+ [X] completion/ivy: escape regexp on ~:ag~ search + [X] completion/ivy: escape regexp on ~:ag~ search