Update comments
This commit is contained in:
parent
48cd3e0ad0
commit
eaa5621b36
3 changed files with 8 additions and 5 deletions
|
@ -1,9 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; tools/lookup/packages.el
|
||||
|
||||
;; `dumb-jump' uses the `helm-build-sync-source' macro, but this requires helm
|
||||
;; be loaded before `dumb-jump' is byte-compiled during installation. To ensure
|
||||
;; this, we declare helm before dumb-jump.
|
||||
;; HACK `dumb-jump' uses the `helm-build-sync-source' macro, but this requires
|
||||
;; helm be loaded before `dumb-jump' is byte-compiled during installation.
|
||||
;; To ensure this, we declare helm before dumb-jump.
|
||||
(when (featurep! :completion helm)
|
||||
(package! helm))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue