Browse Source

removed compatibility issue before 26.3

master
Marc 4 years ago
parent
commit
ef46f2a69a
1 changed files with 0 additions and 3 deletions
  1. 3
      init.org

3
init.org

@ -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)

Loading…
Cancel
Save