You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/browse-kill-ring/files/50browse-kill-ring-gentoo.el

6 lines
284 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'browse-kill-ring "browse-kill-ring"
"Display items in the `kill-ring' in another buffer." t)
(autoload 'browse-kill-ring-default-keybindings "browse-kill-ring"
"Set up M-y (`yank-pop') so that it can invoke `browse-kill-ring'." t)