dashboard
repositories
filestore
activity
search
login
main
/
.emacs.d
mirror of
https://github.com/Chizi123/.emacs.d.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
Change python lsp server to pyright
Joel Grunbaum
2024-02-14
46132dcf362f3da63ffa1d8573dc5995d8e7e767
[.emacs.d.git]
/
early-init.el
1
2
3
4
;; Disable package at startup in case of other package managers being used
(setq package-enable-at-startup nil)
(makunbound 'package-archives)
(setq-default package-manager 'package)