Fix warning about init.el-var.

This commit is contained in:
tastytea 2019-09-29 15:11:16 +02:00
parent 09812979f0
commit fab6f89425
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
))
;; Workaround for 26.2 <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=34341>
(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(defvar gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3")
(package-initialize)