TODO.org: update & reformat
This commit is contained in:
parent
ac10ebbf71
commit
f795202ce8
1 changed files with 23 additions and 19 deletions
42
TODO.org
42
TODO.org
|
@ -5,19 +5,23 @@
|
|||
+ [-] Work-in-progress
|
||||
+ [X] Complete
|
||||
|
||||
** Unreleased [44/115]
|
||||
- [0/0] Test
|
||||
- [1/6] Potential plugins
|
||||
** Unreleased [44/119]
|
||||
+ [1/8] Potential plugins
|
||||
+ [ ] 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/latex: [[https://github.com/Malabarba/latex-extra][latex-extra]] (utility commands)
|
||||
+ [ ] 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/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)
|
||||
- [0/2] New modules
|
||||
+ [ ] app/finance
|
||||
+ [0/4] New modules
|
||||
+ [ ] app/finance (maybe settle for org-mode tables?)
|
||||
+ [ ] app/irc
|
||||
+ [-] 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
|
||||
+ [ ] dired
|
||||
+ [ ] electric-indent
|
||||
|
@ -76,13 +80,13 @@
|
|||
+ [ ] ido
|
||||
+ [ ] helm
|
||||
+ [0/5] :app
|
||||
+ [ ] /app/email
|
||||
+ [ ] /app/write
|
||||
+ [ ] /app/rss
|
||||
+ [ ] /app/twitter
|
||||
+ [ ] /app/present
|
||||
- [ ] Replace bootstrap system with informative READMEs
|
||||
Bootstaps aren't robust and are too opinionated, even for my own needs.
|
||||
+ [ ] email
|
||||
+ [ ] write
|
||||
+ [ ] rss
|
||||
+ [ ] twitter
|
||||
+ [ ] present
|
||||
+ [ ] Replace bootstrap system with informative READMEs
|
||||
Bootstaps are inflexible/too opinionated, even for my own needs.
|
||||
+ [ ] 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)
|
||||
+ [ ] Update screenshots
|
||||
|
@ -108,14 +112,14 @@
|
|||
+ [X] lang/python: add ipython detection & REPL support
|
||||
+ [X] TAB autocompletion in comint/repl buffers
|
||||
+ [X] Fix Emacs daemon compatibility
|
||||
+ The config assumes a frame will be visible on startup, causing errors when
|
||||
+ Emacs is launched as a daemon.
|
||||
The config assumes a frame will be visible on startup, causing errors when
|
||||
Emacs is launched as a daemon.
|
||||
+ [X] ~ace-maximize-window~ is obsolete
|
||||
+ [X] Fix whitespace adjustment in highlight-indentation-current-column-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
|
||||
+ 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] Refactor out s.el dependency
|
||||
+ [X] Use sharp-quote for functions (make byte-compiler more helpful)
|
||||
|
@ -125,8 +129,8 @@
|
|||
+ [X] Fix ~:x~ ex command (open scratch buffer)
|
||||
+ [X] Colored output from package management commands
|
||||
+ [X] ~message!~ & ~format!~ (doom messaging system)
|
||||
+ Prints to a DOOM message buffer in interactive sessions, and to stdout (w/
|
||||
+ ansi codes) in noninteractive sessions.
|
||||
Prints to a DOOM message buffer in interactive sessions, and to stdout (w/
|
||||
ansi codes) in noninteractive sessions.
|
||||
+ [X] Make ~+doom-folded-face~ more subtle
|
||||
+ [X] tools/term (term/multi-term support)
|
||||
+ [X] completion/ivy: escape regexp on ~:ag~ search
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue