From 556b46ae408d2e1991ab3a2d95b7a263c033fff2 Mon Sep 17 00:00:00 2001 From: Ravi R Kiran Date: Wed, 12 Feb 2014 21:29:37 -0800 Subject: Browse the kill ring easily diff --git a/ravi-init-marks.el b/ravi-init-marks.el index 62f77aa..345cead 100644 --- a/ravi-init-marks.el +++ b/ravi-init-marks.el @@ -1,9 +1,9 @@ ;;; ravi-init-marks.el --- Handling the mark -;; Copyright (C) 2013 +;; Copyright (C) 2013 ;; Author: -;; Keywords: +;; Keywords: ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -68,5 +68,10 @@ This is the same as using \\[set-mark-command] with the prefix argument." (deactivate-mark nil)) (define-key global-map [remap exchange-point-and-mark] 'ravi/exchange-point-and-mark-no-activate) +(use-package browse-kill-ring + :init (browse-kill-ring-default-keybindings) + :ensure t + ) + (provide 'ravi-init-marks) ;;; ravi-init-marks.el ends here -- cgit v0.10.1