From adf815b61bfd850e948e60b743ce48b0ff42d901 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 21 Jan 2022 16:34:55 -0600 Subject: Two out of three ain't bad --- lisp/+crux.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lisp/+crux.el') diff --git a/lisp/+crux.el b/lisp/+crux.el index b87ec7e..45b4dee 100644 --- a/lisp/+crux.el +++ b/lisp/+crux.el @@ -15,8 +15,10 @@ Copy from BEGIN to END using `kill-ring-save' if no argument was passed, or with `crux-indent-rigidly-and-copy-to-clipboard' if one was." (interactive "r\nP") - (call-interactively (if arg #'kill-ring-save - #'crux-indent-rigidly-and-copy-to-clipboard))) + (call-interactively (if arg + #'crux-indent-rigidly-and-copy-to-clipboard + #'kill-ring-save)) + (pulse-momentary-highlight-region begin end)) (defcustom +crux-default-date-format "%c" "Default date format to use for `+crux-insert-date-or-time'. -- cgit 1.4.1-21-gabe81