diff options
| author | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
|---|---|---|
| committer | tslil clingman <> | 2019-12-21 15:09:59 -0500 |
| commit | 887533080d932de82cc638fa5096b3cb07d8f2f6 (patch) | |
| tree | 179752b448427d80e5bcf1c24cd4182d07bac8c2 /emacs/init.el | |
| parent | 29744f4ade9e94f55d6deb4de72498ee537f87b1 (diff) | |
Changes frome chromebook
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 8395564..da07954 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-04-15 16:22:30 (tslil@basingstoke)> +;; Time-stamp: <2019-10-03 11:57:43 (tslil@basingstoke)> ;; Faster startup (setq gc-cons-threshold 100000000 @@ -18,6 +18,8 @@ ;;imap-ssl-program '("gnutls-cli --x509cafile %t -p %p %s") smtpmail-stream-type 'starttls) +;; Workaround for 26.2. Remove later +(setq gnutls-algorithm-priority "NORMAL:-VERS-TLS1.3") (require 'package) (setq package-enable-at-startup nil |
