From 92ad96750352a948cc047d56c8c3c4b130afbbd3 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 13 Mar 2020 21:26:21 -0400 Subject: [PATCH] msmtp: update fp tls fingerprint, emacs: minor tweaks --- .config/msmtp/config | 2 +- .emacs.d/init.el | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.config/msmtp/config b/.config/msmtp/config index fad37e0..ac2d481 100644 --- a/.config/msmtp/config +++ b/.config/msmtp/config @@ -25,7 +25,7 @@ from mab@shemshak.org account gnu host fencepost.gnu.org # use `msmtp -a gnu --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint -tls_fingerprint 12:86:E0:3E:30:F7:AD:9B:05:CA:59:C8:CD:F2:20:11:44:14:B7:F2:09:EE:10:42:E6:BF:CB:25:AE:2D:4D:0E +tls_fingerprint 09:B3:CB:34:57:D2:07:0A:54:36:44:35:E4:91:55:7B:E5:20:48:43:E2:00:C3:10:38:16:62:7C:1E:EC:BA:7A tls_starttls on from mab@gnu.org user mab diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e965e01..e6059b3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,11 +17,10 @@ ;;; Commentary: -;; Emacs configuration of Amin Bandali, computer scientist, free -;; software activist, GNU maintainer & webmaster. Packages are -;; installed from GNU Guix, for purely functional and fully -;; reproducible package management. Before switching to GNU Guix, -;; I used straight.el for package management, and before that, Borg. +;; GNU Emacs configuration of Amin Bandali (mab), computer scientist, +;; Free Software activist, and GNU maintainer & webmaster. Packages +;; are installed through GNU Guix, for a fully reproducible setup. +;; Before switching to Guix, I used straight.el, and before that Borg. ;; Over the years, I've taken inspiration from configurations of many ;; great people. Some that I can remember off the top of my head are: @@ -1455,7 +1454,7 @@ This function is intended for use with `ivy-ignore-buffers'." :config (unbind-key "C-j" emmet-mode-keymap) (setq emmet-move-cursor-between-quotes t) - :hook (css-mode html-mode mhtml-mode sgml-mode)) + :hook (css-mode html-mode sgml-mode)) (comment (use-package meghanada -- 2.20.1