summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-02-16 23:19:04 -0600
committerCase Duckworth2022-02-16 23:19:04 -0600
commit51f004efdf41b369d4539e216b741931a0b15d7f (patch)
tree0e10ce2f7c566bb651f5b820644e3d0bc0b9d2c8
parentCustomize elfeed (diff)
downloademacs-51f004efdf41b369d4539e216b741931a0b15d7f.tar.gz
emacs-51f004efdf41b369d4539e216b741931a0b15d7f.zip
Unrequire `dash'
-rw-r--r--lisp/+circe.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/+circe.el b/lisp/+circe.el index a8db1ec..e8c5079 100644 --- a/lisp/+circe.el +++ b/lisp/+circe.el
@@ -181,8 +181,6 @@ See `circe-network-options' for a list of common options."
181;; Set `lui-input-function' to `+lui-filter', then add the filters you want to 181;; Set `lui-input-function' to `+lui-filter', then add the filters you want to
182;; `circe-channel-mode-hook'. 182;; `circe-channel-mode-hook'.
183 183
184(require 'dash)
185
186(defvar +lui-filters nil 184(defvar +lui-filters nil
187 "Stack of input functions to apply. 185 "Stack of input functions to apply.
188This is an alist with cells of the structure (TAG . FN), so we 186This is an alist with cells of the structure (TAG . FN), so we