From 67c4ae7ece7703901839d25811b3bdd8d97cf985 Mon Sep 17 00:00:00 2001 From: Gabriel Simmer Date: Tue, 31 Aug 2021 09:48:36 +0100 Subject: [PATCH] Fix typo in treemacs. --- london/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/london/.emacs.d/init.el b/london/.emacs.d/init.el index fb3d38b..09b81d0 100644 --- a/london/.emacs.d/init.el +++ b/london/.emacs.d/init.el @@ -36,7 +36,7 @@ (use-package treemacs :ensure t :defer t - :ini + :init :bind (:map global-map ("M-0" . treemacs-select-window) ("C-x t t" . treemacs)))