Browse Source

Fix for emacs bug

master
Raphael Roberts 6 years ago
parent
commit
a714883a0d
  1. 3
      init.el

3
init.el

@ -2,7 +2,8 @@
(load custom-file 'noerror)
(require 'package)
(when (version< emacs-version "26.2")
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3"))
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/") t)

Loading…
Cancel
Save