Fix typo in treemacs.

This commit is contained in:
Gabriel Simmer 2021-08-31 09:48:36 +01:00
parent 4db4dc1aa2
commit 67c4ae7ece

View file

@ -36,7 +36,7 @@
(use-package treemacs (use-package treemacs
:ensure t :ensure t
:defer t :defer t
:ini :init
:bind (:map global-map :bind (:map global-map
("M-0" . treemacs-select-window) ("M-0" . treemacs-select-window)
("C-x t t" . treemacs))) ("C-x t t" . treemacs)))