Remove auto-package-update
This commit is contained in:
parent
e8ba84b5f9
commit
eec5204e56
9
init.el
9
init.el
|
@ -22,14 +22,6 @@
|
||||||
inhibit-splash-screen t
|
inhibit-splash-screen t
|
||||||
custom-file (expand-file-name "custom.el" temporary-file-directory))
|
custom-file (expand-file-name "custom.el" temporary-file-directory))
|
||||||
|
|
||||||
(use-package auto-package-update
|
|
||||||
:custom
|
|
||||||
(auto-package-update-prompt-before-update t)
|
|
||||||
(auto-package-update-show-preview t)
|
|
||||||
(auto-package-update-delete-old-versions t)
|
|
||||||
:config
|
|
||||||
(auto-package-update-at-time "05:00"))
|
|
||||||
|
|
||||||
(use-package undo-fu
|
(use-package undo-fu
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
@ -46,6 +38,7 @@
|
||||||
(if (meow--with-negative-argument-p arg)
|
(if (meow--with-negative-argument-p arg)
|
||||||
(undo-fu-only-redo (abs numeric-prefix))
|
(undo-fu-only-redo (abs numeric-prefix))
|
||||||
(undo-fu-only-undo numeric-prefix))))
|
(undo-fu-only-undo numeric-prefix))))
|
||||||
|
|
||||||
(use-package meow
|
(use-package meow
|
||||||
:demand t
|
:demand t
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue