Skip to content

Commit e3e049c

Browse files
committed
Uncomment autoload for lsp-treemacs-symbols
Fixes #4
1 parent 269e80e commit e3e049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-treemacs.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@
536536
(defun lsp-treemacs--kill-symbols-buffer ()
537537
(and lsp-treemacs--symbols-timer (cancel-timer lsp-treemacs--symbols-timer)))
538538

539-
;; ;;;###autoload
539+
;;;###autoload
540540
(defun lsp-treemacs-symbols ()
541541
"Show symbols view."
542542
(interactive)

0 commit comments

Comments
 (0)