all repos — nixfiles @ 90d38bcd67c5bf52d5419273b27e0b29fdd5820f

System and user configuration, managed by nix and home-manager

Emacs: move eval-last-sexp to ,xe
Alan Pearce alan@alanpearce.eu
Tue, 04 Oct 2022 18:41:45 +0200
commit

90d38bcd67c5bf52d5419273b27e0b29fdd5820f

parent

c220861a689873030d0c49a16c0ad441fb31395a

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -1109,7 +1109,8 @@ "gt" #'git-timemachine   "gl" #'magit-log-buffer-file
   "bi" #'ibuffer
   "bz" #'bury-buffer
-  "iu" #'counsel-unicode-char)
+  "iu" #'counsel-unicode-char
+  "xe" #'eval-last-sexp)
 
 (load (expand-file-name "mail.el" user-emacs-directory) :noerror :nomessage)