From 58dd13d0de63bfc23ff30932589ff910e466a069 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 31 Aug 2019 13:48:26 -0400 Subject: emacs: fix typos, add no-littering version, update my znc.el fork znc.el update for supressing (require 'cl) deprecation warning --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 8088ce0..6aeac4f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -521,14 +521,14 @@ For disabling the behaviour for certain buffers and/or modes." ("" . ivy-switch-buffer)) (bind-keys - :prefix-map mab/straight-prefix-map + :prefix-map b/straight-prefix-map :prefix "C-c p s" ("u" . straight-use-package) ("f" . straight-freeze-versions) ("t" . straight-thaw-versions) ("P" . straight-prune-build) ("g" . straight-get-recipe) - ("r" . mab/reload-init) + ("r" . b/reload-init) ;; M-x ^straight-.*-all$ ("a c" . straight-check-all) ("a f" . straight-fetch-all) -- cgit v1.2.3-60-g2f50