summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2023-04-02 20:18:32 +0200
committeryuzu-eva <stevenhu@web.de>2023-04-02 20:18:32 +0200
commitb1da7e8a41dafd0290a0285ddb6de24e9865c98c (patch)
tree0798d873556f161ace2df1418b391bdbe7685c63 /config.org
parent1f5869c52a527e962cdae6abea1c15605d2d3ba9 (diff)
feat: "M-y" popup-kill-ring
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 10 insertions, 0 deletions
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=