summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=