Skip to content

Instantly share code, notes, and snippets.

View Markentoine's full-sized avatar
💭
Focus-Learn-Repeat

Toulouse Jérôme Markentoine

💭
Focus-Learn-Repeat
  • Saint Die des Vosges
View GitHub Profile
@Markentoine
Markentoine / .emacs
Created February 7, 2020 16:19
my .emacs
(require 'package)
(let* ((no-ssl (and (memq system-type '(windows-nt ms-dos))
(not (gnutls-available-p))))
(proto (if no-ssl "http" "https")))
(when no-ssl
(warn "\
Your version of Emacs does not support SSL connections,
which is unsafe because it allows man-in-the-middle attacks.
There are two things you can do about this warning: