From fc6b4d16ca552d57300d64e352fffadfe6e95fbf Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 7 Feb 2020 14:47:29 -0600 Subject: [PATCH] Browse kill ring is unnecessary --- custom.el | 1 - settings.org | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/custom.el b/custom.el index d5af7c5..1786a65 100644 --- a/custom.el +++ b/custom.el @@ -131,7 +131,6 @@ cython-mode dired-narrow lua-mode - browse-kill-ring clipmon free-keys js2-mode diff --git a/settings.org b/settings.org index 8cafdf3..4cb3604 100644 --- a/settings.org +++ b/settings.org @@ -727,24 +727,6 @@ put executables in elpy-rpc-venv in path ("M-8" . winum-select-window-8)))) #+END_SRC * Clipboard manager -** Browse kill ring settings -#+BEGIN_SRC emacs-lisp - (use-package browse-kill-ring - :defer nil - :bind - (:map browse-kill-ring-mode-map - ("c" . rlbr/update-sys-clipboard-move-to-top)) - :config - (defun rlbr/update-sys-clipboard-move-to-top (&optional quit) - "Move the entry to the front." (interactive "P") - (let ((buf (current-buffer)) - (pt (point))) - (let ((str (browse-kill-ring-current-string buf pt))) - (browse-kill-ring-delete) - (kill-new str))) - (unless quit (browse-kill-ring-update))) - (browse-kill-ring-default-keybindings)) -#+END_SRC ** Clipmon settings #+BEGIN_SRC emacs-lisp (use-package clipmon