From b1da7e8a41dafd0290a0285ddb6de24e9865c98c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sun, 2 Apr 2023 20:18:32 +0200 Subject: feat: "M-y" popup-kill-ring --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 90ce129..5405756 100644 --- a/config.org +++ b/config.org @@ -461,6 +461,16 @@ Better looking modeline. Using powerline with the spaceline theme :hook ('after-init-hook) . 'powerline-reset) #+end_src +** Initialize =popup-kill-ring= + +Replaces the default "M-y" kill ring with a popup menu for easy selection + +#+begin_src emacs-lisp + (use-package popup-kill-ring + :ensure t + :bind + ("M-y" . popup-kill-ring)) +#+end_src * Programming section ** Initialize =company= -- cgit v1.2.3