Use my fork of ws-butler
This commit is contained in:
parent
cf04a44ca7
commit
f26b148b2b
2 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,10 @@
|
|||
;; Version 0.6.5 is on ELPA which lacks a fix we need, so we install 0.6.6
|
||||
;; from emacsmirror/undo-tree instead.
|
||||
:recipe (:host github :repo "emacsmirror/undo-tree"))
|
||||
(package! ws-butler)
|
||||
(package! ws-butler
|
||||
;; Use my fork of ws-butler, which has a few choice improvements and
|
||||
;; optimizations (the original has been abandoned).
|
||||
:recipe (:host github :repo "hlissner/ws-butler"))
|
||||
(package! xclip)
|
||||
|
||||
;; core-projects.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue