Skip to content

Commit

Permalink
Update: use-packageがbyte compileと相性が悪いので対象外にする
Browse files Browse the repository at this point in the history
use-packageをbyte-compileするとエラー・警告が複数出る。
ファイル分割の影響と、use-packageのバグと、複数理由がありそう。
今後、init-loaderを導入して解決をはかる、かもしれない。
とりあえず、byte-compileの例外とする。
参考: ttps://github.com/jwiegley/use-package/issues/636
  • Loading branch information
yonta committed Apr 10, 2019
1 parent ca07de6 commit 4a9b8f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .emacs.d/lisp/init_package.el
Original file line number Diff line number Diff line change
Expand Up @@ -464,8 +464,9 @@

(use-package auto-async-byte-compile
:ensure t
;; :custom
;; (auto-async-byte-compile-exclude-files-regexp "init*")
:custom
;; (auto-async-byte-compile-init-file "~/.emacs.d/init.el")
(auto-async-byte-compile-exclude-files-regexp "init_package.el")
:hook (emacs-lisp-mode . enable-auto-async-byte-compile-mode))

(use-package ivy-rich
Expand Down

0 comments on commit 4a9b8f0

Please sign in to comment.