[Emacs] Add cliphist
This commit is contained in:
parent
ef85fbafcd
commit
d5c1f1a881
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user