diff options
author | William Carroll <wpcarro@gmail.com> | 2020-09-02T13·52+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-09-02T13·52+0100 |
commit | f9be81b23e2f59853c64fa02ae447effc718fea8 (patch) | |
tree | 6c65366ce1cb6246a1df366ed3e5b3958d94472b /emacs/.emacs.d/wpc/buffer.el | |
parent | 924c7fa4199235a929ecd6a68a09b7e4acd36352 (diff) |
Add missing ts.el dependency to buffer.el
Since script.el depends on buffer.el now, buffer.el fails to evaluate because of a missing dependency on ts.el. Blindspots like this make me want to eventually support testing individual loads of each of the libraries in my .emacs.d/wpc directory.
Diffstat (limited to 'emacs/.emacs.d/wpc/buffer.el')
-rw-r--r-- | emacs/.emacs.d/wpc/buffer.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/.emacs.d/wpc/buffer.el b/emacs/.emacs.d/wpc/buffer.el index 8494bfa8fb74..dec57687816a 100644 --- a/emacs/.emacs.d/wpc/buffer.el +++ b/emacs/.emacs.d/wpc/buffer.el @@ -32,6 +32,7 @@ (require 'set) (require 'cycle) (require 'struct) +(require 'ts) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Library |