|
|
@ -67,9 +67,6 @@ This function updates init.el whenever changes in init.org are made. The update |
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(require 'package) |
|
|
|
|
|
|
|
;; bug before emacs 26.3 |
|
|
|
(when (version< emacs-version "26.3") |
|
|
|
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")) |
|
|
|
(add-to-list 'package-archives '("elpa" . "https://elpa.gnu.org/packages/") t) |
|
|
|
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) |
|
|
|
(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) |
|
|
|