mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-05 16:37:39 -04:00
Revert "Emacsg: init: Silence bogus warnings on newer Emacsen"
This reverts commit 17f4770a18e8d93d0e6773193d421cb595dae29a.
This commit is contained in:
parent
edeb3df105
commit
ba5ffda542
5
init.el
5
init.el
@ -30,11 +30,6 @@
|
|||||||
(require 'use-package)
|
(require 'use-package)
|
||||||
(setq use-package-verbose t))
|
(setq use-package-verbose t))
|
||||||
|
|
||||||
(use-package subr-x
|
|
||||||
:config
|
|
||||||
(put 'if-let 'byte-obsolete-info nil)
|
|
||||||
(put 'when-let 'byte-obsolete-info nil))
|
|
||||||
|
|
||||||
(use-package auto-compile
|
(use-package auto-compile
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
Loading…
x
Reference in New Issue
Block a user