add comment on use-package and C-ct key for treemacs

This commit is contained in:
Łukasz Pankowski 2017-10-03 22:50:31 +02:00
parent 3896b618c2
commit eb0d9bfa98

View File

@ -64,6 +64,9 @@
;;; to install all marked packages (the necessary dependencies will be
;;; installed automatically).
;;; Note: The last line above requires installing package named
;;; `use-package` to work.
;;; Buffer, file, and window selection enhancements
;;; ----------------------------------------------
@ -131,6 +134,11 @@
:bind
("C-:" . avy-goto-char-timer))
(use-package treemacs
:ensure nil
:bind
("C-c t" . treemacs-toggle))
;;; Editing enhancements
;;; ---------------------