Skip to content

Commit 3bae4a9

Browse files
authored
Remove obsolete dash-function from dependecy list (#102)
1 parent 10c34fc commit 3bae4a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lsp-treemacs.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: Ivan Yonchovski
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "26.1") (dash "2.14.1") (dash-functional "2.14.1") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
7+
;; Package-Requires: ((emacs "26.1") (dash "2.18.0") (f "0.20.0") (ht "2.0") (treemacs "2.5") (lsp-mode "6.0"))
88
;; Homepage: https://github.com/emacs-lsp/lsp-treemacs
99
;; Version: 0.3
1010

@@ -375,8 +375,8 @@ will be rendered an empty line between them."
375375
(setq-local treemacs-default-visit-action 'treemacs-RET-action)
376376
(setq-local treemacs-space-between-root-nodes
377377
lsp-treemacs-symbols-space-between-root-nodes)
378-
(unless lsp-treemacs--symbols-timer
379-
(setq lsp-treemacs--symbols-timer (run-with-idle-timer 1 t #'lsp-treemacs--update)))
378+
(unless lsp-treemacs--symbols-timer
379+
(setq lsp-treemacs--symbols-timer (run-with-idle-timer 1 t #'lsp-treemacs--update)))
380380
(add-hook 'kill-buffer-hook 'lsp-treemacs--kill-symbols-buffer nil t)))
381381
(with-current-buffer original-buffer (lsp-treemacs--update))))
382382

0 commit comments

Comments
 (0)