diff options
author | 2020-03-13 21:26:21 -0400 | |
---|---|---|
committer | 2020-03-13 21:26:21 -0400 | |
commit | 92ad96750352a948cc047d56c8c3c4b130afbbd3 (patch) | |
tree | a875b8d70a28444c15221d39452572663c316a2a /.emacs.d/init.el | |
parent | e8a3b8f7e8f19a083ae438056278026f5e2083bd (diff) | |
download | configs-92ad96750352a948cc047d56c8c3c4b130afbbd3.tar.gz configs-92ad96750352a948cc047d56c8c3c4b130afbbd3.tar.xz configs-92ad96750352a948cc047d56c8c3c4b130afbbd3.zip |
msmtp: update fp tls fingerprint, emacs: minor tweaks
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 11 |
1 files changed, 5 insertions, 6 deletions
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 |