diff options
| -rw-r--r-- | ravi-init-marks.el | 9 |
1 files changed, 7 insertions, 2 deletions
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: <ravi@nero.lan> -;; 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 |
