Skip to content

Commit

Permalink
Don't use anymore async-bytecomp-package-mode
Browse files Browse the repository at this point in the history
There is now packages installing other packages asynchronously (even
helm now has its package manager async), so this mode is clashing with
such packages.  Also heavy modifications in helm-core are less
frequent nowaday (macro renaming etc..).
  • Loading branch information
thierryvolpiatto committed Nov 25, 2024
1 parent 4999541 commit b18992e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions helm-core.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,6 @@
(require 'helm-multi-match)
(require 'helm-source)

;; Ensure async-bytecomp is used even with helm-core package.
(declare-function async-bytecomp-package-mode "ext:async-bytecomp.el")
(when (require 'async-bytecomp nil t)
(and (fboundp 'async-bytecomp-package-mode)
(async-bytecomp-package-mode 1)))

;; Setup completion styles for helm-mode
(helm--setup-completion-styles-alist)

Expand Down

0 comments on commit b18992e

Please sign in to comment.