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