diff options
author | Case Duckworth | 2022-02-16 23:19:04 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-16 23:19:04 -0600 |
commit | 51f004efdf41b369d4539e216b741931a0b15d7f (patch) | |
tree | 0e10ce2f7c566bb651f5b820644e3d0bc0b9d2c8 /lisp | |
parent | Customize elfeed (diff) | |
download | emacs-51f004efdf41b369d4539e216b741931a0b15d7f.tar.gz emacs-51f004efdf41b369d4539e216b741931a0b15d7f.zip |
Unrequire `dash'
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/+circe.el | 2 |
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. |
188 | This is an alist with cells of the structure (TAG . FN), so we | 186 | This is an alist with cells of the structure (TAG . FN), so we |