From ed35ddc46e02633d560de917eb5b0d1fcf231f80 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 15 Jun 2018 20:12:31 +0100 Subject: Adding deferred binding for treemacs --- emacs/loader.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/loader.org b/emacs/loader.org index 31faffd..e7aea2b 100644 --- a/emacs/loader.org +++ b/emacs/loader.org @@ -311,7 +311,8 @@ Used to display what every key combination does when starting to enter it. **** Treemacs #+BEGIN_SRC emacs-lisp (use-package treemacs - :commands treemacs) + :commands treemacs + :bind (("C-c t" . treemacs))) #+END_SRC *** Editing -- cgit