This commit is contained in:
Gerard Vermeulen 2022-05-26 20:37:23 +02:00
parent 4439109c17
commit 71f351d270

View File

@ -208,6 +208,7 @@ The [[info:emacs#Init File][init file (info)]] does not load the ~custom-file~ a
(engrave-faces . "gnu")
(marginalia . "gnu")
(org . "gnu-devel")
(python . "gnu-devel")
(queue . "gnu")
(rainbow-mode . "gnu")
(spinner . "gnu")
@ -313,6 +314,7 @@ the contents of packages and allows to update packages to the latest version.
(when-let ((desc (cadr (assq pkg package-archive-contents))))
(package-install desc 'dont-select)))
(shadow-builtin-by-install 'org)
(shadow-builtin-by-install 'python)
;; Install `quelpa'.
(unless (package-installed-p 'quelpa)
(package-install 'quelpa))