[Emacs] Add cliphist

This commit is contained in:
Ivan Malison 2016-09-20 03:57:56 -07:00
parent ef85fbafcd
commit d5c1f1a881
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1600,6 +1600,11 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(use-package unfill
:bind ("M-q" . unfill-toggle))
#+END_SRC
*** cliphist
#+BEGIN_SRC emacs-lisp
(use-package cliphist
:config (setq cliphist-use-ivy t))
#+END_SRC
*** electric-operator-mode
#+BEGIN_SRC emacs-lisp
(use-package electric-operator