summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org7
1 files changed, 2 insertions, 5 deletions
diff --git a/README.org b/README.org
index 5a5164e..6b0cd11 100644
--- a/README.org
+++ b/README.org
@@ -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