diff options
author | 2019-08-31 13:48:26 -0400 | |
---|---|---|
committer | 2019-08-31 13:48:26 -0400 | |
commit | 58dd13d0de63bfc23ff30932589ff910e466a069 (patch) | |
tree | 32a909da9baa27b160062ba37c82d3889edfe112 /.emacs.d/init.el | |
parent | 1bd1c70127ea81da229294d2b8da3dd55854c096 (diff) | |
download | configs-58dd13d0de63bfc23ff30932589ff910e466a069.tar.gz configs-58dd13d0de63bfc23ff30932589ff910e466a069.tar.xz configs-58dd13d0de63bfc23ff30932589ff910e466a069.zip |
emacs: fix typos, add no-littering version, update my znc.el fork
znc.el update for supressing (require 'cl) deprecation warning
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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." ("<drag-mouse-3>" . 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) |