diff --git a/core/prelude-editor.el b/core/prelude-editor.el index ead416f..8c56374 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -300,6 +300,8 @@ The body of the advice is in BODY." (require 'midnight) ;; smarter kill-ring navigation +(require 'browse-kill-ring) +(browse-kill-ring-default-keybindings) (global-set-key (kbd "s-y") 'browse-kill-ring) ;; automatically indenting yanked text if in programming-modes