mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-11 01:01:11 -07:00
nit: revise TODO/FIXME/HACK/REVIEW/etc in comments
Some were outdated, some were incorrectly labeled, others were already completed, some were missing... Gotta fix them all. Also, in :ui hl-todo, there are comments that describe how Doom uses each of these annotations; those have been updated.
This commit is contained in:
parent
680d135062
commit
6c0881c684
116 changed files with 351 additions and 357 deletions
|
|
@ -262,10 +262,10 @@
|
|||
(use-package! pip-requirements
|
||||
:defer t
|
||||
:config
|
||||
;; HACK `pip-requirements-mode' performs a sudden HTTP request to
|
||||
;; HACK: `pip-requirements-mode' performs a sudden HTTP request to
|
||||
;; https://pypi.org/simple, which causes unexpected hangs (see #5998). This
|
||||
;; advice defers this behavior until the first time completion is invoked.
|
||||
;; REVIEW More sensible behavior should be PRed upstream.
|
||||
;; REVIEW: More sensible behavior should be PRed upstream.
|
||||
(defadvice! +python--init-completion-a (&rest args)
|
||||
"Call `pip-requirements-fetch-packages' first time completion is invoked."
|
||||
:before #'pip-requirements-complete-at-point
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue