Use my fork of ws-butler

This commit is contained in:
Henrik Lissner 2020-01-04 18:10:55 -05:00
parent cf04a44ca7
commit f26b148b2b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 5 deletions

View file

@ -563,10 +563,7 @@ files, so we replace calls to `pp' with the much faster `prin1'."
(use-package! ws-butler (use-package! ws-butler
;; a less intrusive `delete-trailing-whitespaces' on save ;; a less intrusive `delete-trailing-whitespaces' on save
:after-call after-find-file :after-call after-find-file
:config :config (ws-butler-global-mode +1))
(appendq! ws-butler-global-exempt-modes
'(special-mode comint-mode term-mode eshell-mode))
(ws-butler-global-mode +1))
(provide 'core-editor) (provide 'core-editor)
;;; core-editor.el ends here ;;; core-editor.el ends here

View file

@ -30,7 +30,10 @@
;; Version 0.6.5 is on ELPA which lacks a fix we need, so we install 0.6.6 ;; Version 0.6.5 is on ELPA which lacks a fix we need, so we install 0.6.6
;; from emacsmirror/undo-tree instead. ;; from emacsmirror/undo-tree instead.
:recipe (:host github :repo "emacsmirror/undo-tree")) :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) (package! xclip)
;; core-projects.el ;; core-projects.el