[Emacs] Remove deprecated org ELPA
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-19 11:12:59 +01:00
parent 725233bd4b
commit 44c47b9841

View File

@@ -700,7 +700,6 @@ Elpa repositories now, and they were renamed in order to avoid any
confusion between the two of them.
#+begin_src emacs-lisp
(setq package-archives '(("melpa" . "https://melpa.org/packages/")
("org" . "https://orgmode.org/elpa/")
("gnu" . "https://elpa.gnu.org/packages/")
("nongnu" . "https://elpa.nongnu.org/nongnu/")))
#+end_src