summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <mab@gnu.org>2019-07-02 11:58:21 -0400
committerAmin Bandali <mab@gnu.org>2019-07-04 12:58:51 -0400
commit05068e71fa902203f30133006ad20481887f8cff (patch)
treef589ce1d7387fa9f4e7d5cb68b3089332ddc05f7 /.emacs.d/init.el
parentce72f966bd3d133fa69491cb7286e4f0f12c2ae1 (diff)
downloadconfigs-05068e71fa902203f30133006ad20481887f8cff.tar.gz
configs-05068e71fa902203f30133006ad20481887f8cff.tar.xz
configs-05068e71fa902203f30133006ad20481887f8cff.zip
emacs: update packages and add pass
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el11
1 files changed, 8 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c1e6bcc..535e7c5 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -1631,6 +1631,11 @@ For disabling the behaviour for certain buffers and/or modes."
("s-K" . windmove-swap-states-up)
("s-L" . windmove-swap-states-right)))
+(use-package pass
+ :commands pass
+ :bind ("C-c a p" . pass)
+ :hook (pass-mode . View-exit))
+
;;; Email (with Gnus)
@@ -1900,15 +1905,15 @@ For disabling the behaviour for certain buffers and/or modes."
(defvar mab/signature "Amin Bandali
Free Software Activist | GNU Webmaster & Volunteer
GPG: BE62 7373 8E61 6D6D 1B3A 08E8 A21A 0202 4881 6103
-https://shemshak.org/~amin")
+https://shemshak.org/~amin/")
(defvar mab/uw-signature "Amin Bandali, MMath Student
Cheriton School of Computer Science
University of Waterloo
-https://shemshak.org/~amin")
+https://shemshak.org/~amin/")
(defvar mab/csc-signature "Amin Bandali
Termcom, Computer Science Club
University of Waterloo
-https://shemshak.org/~amin")
+https://shemshak.org/~amin/")
(setq gnus-posting-styles
'((".*"
(address "amin@shemshak.org")