From 09f1d3678bb6a8b6f18b088d6d34e4f2d17ec906 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Fri, 10 Jun 2016 23:43:36 -0700 Subject: [PATCH] use secure by default --- dotfiles/emacs.d/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 9d7989a0..d4631886 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -46,7 +46,7 @@ These definitions silence the byte-compiler #+END_SRC ** Security #+BEGIN_SRC emacs-lisp - (defvar imalison:secure nil) + (defvar imalison:secure t) (defun imalison:use-https-and-tls () (setq tls-checktrust t)