Skip to content

Commit

Permalink
Add hack so that package installation keeps working
Browse files Browse the repository at this point in the history
Hack from
bbatsov/prelude#1225

Solves "Package ‘undo-tree-0.6.3’ is unavailable" problem, that makes
evil uninstallable.
  • Loading branch information
lpenz committed Jan 20, 2020
1 parent 5f4dd41 commit 14f4692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions init.el
Expand Up @@ -6,6 +6,8 @@

(let ((file-name-handler-alist nil))

(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")

;; (package-initialize) ; done in use-package initialization

;; Load files with individual packages and corresponding configs:
Expand Down

0 comments on commit 14f4692

Please sign in to comment.