Enable browse-kill-ring's default keybindings
This commit is contained in:
parent
77f8650b1e
commit
86ba702f48
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue