File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments