aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:12:31 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-06-15 20:12:31 +0100
commited35ddc46e02633d560de917eb5b0d1fcf231f80 (patch)
treef92afbac16533e8576eda086fa4b1cd45ea078e4
parent47862ee53395f2264daf760562f14c2d0a2cea0c (diff)
downloaddotfiles-ed35ddc46e02633d560de917eb5b0d1fcf231f80.tar.gz
dotfiles-ed35ddc46e02633d560de917eb5b0d1fcf231f80.zip
Adding deferred binding for treemacs
-rw-r--r--emacs/loader.org3
1 files changed, 2 insertions, 1 deletions
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