Update TODO.org

This commit is contained in:
Henrik Lissner 2017-05-03 21:42:08 +02:00
parent 313cd87daa
commit c37e679e44

View file

@ -5,13 +5,14 @@
+ [-] Work-in-progress
+ [X] Complete
** Unreleased [45/124]
+ [1/11] Potential plugins
** Unreleased [45/123]
+ [1/12] Potential plugins
+ [ ] [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]]: client for MS Language Server Protocol, keep an eye on this
+ [ ] lang/javascript: [[https://github.com/codesuki/add-node-modules-path][add-node-modules-path]] (adds node_modules to ~exec-path~)
+ [ ] 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/jkitchin/org-ref][org-ref]] (bibtex/citation helper)
+ [ ] lang/org: [[https://github.com/tashrifsanil/org-easy-img-insert][org-easy-img-insert]]
+ [ ] 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)
@ -24,7 +25,7 @@
+ [ ] app/irc
+ [-] app/crm
+ [-] app/write
+ [1/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]])
+ [1/57] Add README.org's (with working babel blocks?) to modules (see [[modules/lang/go/README.org][lang/go/README.org]]) to replace bootstaps
+ [0/8] :tools
+ [ ] dired
+ [ ] electric-indent
@ -88,9 +89,7 @@
+ [ ] rss
+ [ ] twitter
+ [ ] present
+ [ ] Fix invisible modeline in terminal Emacs
+ [ ] Replace bootstrap system with informative READMEs
Bootstaps are inflexible/too opinionated, even for my own needs.
+ [ ] Fix invisible buffer-info in modeline for terminal Emacs
+ [ ] send-to-REPL workflow: does it still work? (see ~:repl~ & ~+eval/repl-send-region~)
+ [ ] Fix ~M-z~, ~C-u~ and ~C-w~ in ~org-store-link~ & ~org-insert-link~ prompts
Should undo, delete-line, and delete-word, respectively. Instead, they fall
@ -98,9 +97,8 @@
+ [ ] Update screenshots
+ [ ] tools/upload: add ~+upload/open-remote-file~ command to open current file on the remote (with TRAMP)
+ [ ] Fix ~0/0~ displaying in modeline (caused by leftover anzu state)
+ [ ] Fix snippet-mode detection (perhaps use ~magic-mode-alist~? may)
+ [-] lang/org: fix flickering line indentation while typing (caused by ~show-paren-mode~ in insert mode)
+ [X] Detect & load ~/.emacs.local.el, if available
+ [X] Detect & load \~/.emacs.local.el, if available
+ [X] lang/org: fontify items with all subitems done, e.g. ~+ [0/0] headline~
+ [X] lang/org: fontify checked-checkbox items the same way DONE headlines are
+ [X] lang/org: by default, unfold level 1 on startup (keep rest folded)
@ -124,7 +122,8 @@
+ [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!
+ [X] Fix over-eager ESC killing popups