diff options
| author | yuzu-eva <stevenhu@web.de> | 2023-04-02 20:18:32 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2023-04-02 20:18:32 +0200 |
| commit | b1da7e8a41dafd0290a0285ddb6de24e9865c98c (patch) | |
| tree | 0798d873556f161ace2df1418b391bdbe7685c63 /config.org | |
| parent | 1f5869c52a527e962cdae6abea1c15605d2d3ba9 (diff) | |
feat: "M-y" popup-kill-ring
Diffstat (limited to 'config.org')
| -rw-r--r-- | config.org | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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= |
