From 0982cf89721d75dc801e91bb804458b2e4ff4be2 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Wed, 26 Oct 2022 16:07:25 +0100 Subject: Change easy-mark binding to avoid clash --- .emacs.d/lisp/init-kill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.emacs.d/lisp') diff --git a/.emacs.d/lisp/init-kill.el b/.emacs.d/lisp/init-kill.el index c750956..917ef19 100644 --- a/.emacs.d/lisp/init-kill.el +++ b/.emacs.d/lisp/init-kill.el @@ -11,7 +11,7 @@ (use-package easy-kill :bind ([remap kill-ring-save] . easy-kill) - ([remap mark-sexp] . easy-mark)) + ("C-M-S-SPC" . easy-mark)) (use-package emacs :hook -- cgit 1.4.1-2-gfad0 ption value='71eda7d37c8ef38502c360b518fcbf5960497eea'>this commit mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
about summary refs log blame commit diff stats
path: root/aerc.go
blob: dafdd2232ce8dc637951a121563e0caced4b67fa (plain) (tree)
1
2
3
4
5
6
7
8
9