diff options
| -rw-r--r-- | README.org | 7 | ||||
| -rw-r--r-- | init.el | 7 |
2 files changed, 4 insertions, 10 deletions
@@ -179,14 +179,11 @@ These settings ensure that block highlights aren't visible when collapsed. (lsp-treemacs-sync-mode 1) (defun dk/treemacs-toggle () - "Toggle treemacs-projectile and lsp symbols" + "Toggle treemacs" (interactive) (if (treemacs-current-visibility) (treemacs) - (progn - (treemacs-projectile) - (treemacs-add-and-display-current-project-exclusively) - ))) + (treemacs-add-and-display-current-project-exclusively))) #+end_src * Version Control @@ -122,14 +122,11 @@ (lsp-treemacs-sync-mode 1) (defun dk/treemacs-toggle () - "Toggle treemacs-projectile and lsp symbols" + "Toggle treemacs" (interactive) (if (treemacs-current-visibility) (treemacs) - (progn - (treemacs-projectile) - (treemacs-add-and-display-current-project-exclusively) - ))) + (treemacs-add-and-display-current-project-exclusively))) (use-package magit :commands (magit-status magit-get-current-branch) |
