Install python from https://elpa.gnu.org/devel
This commit is contained in:
parent
4439109c17
commit
71f351d270
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user