diff options
| author | Dominik Kaiser | 2025-08-20 18:06:54 +0200 |
|---|---|---|
| committer | Dominik Kaiser | 2025-08-20 18:06:54 +0200 |
| commit | 14a5ae5168d78c20b2f5631410b7ce8f3193d34f (patch) | |
| tree | 468f6e52179d4db10c41dd6b021739374cfc11db /init.el | |
| parent | 066aaebf762b28b6748c690e098238ced3b9a236 (diff) | |
| download | emacs-main.tar.gz emacs-main.zip | |
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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) |
