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

This commit is contained in:
2017-12-02 00:17:51 +01:00
parent 3896b618c2
commit eb0d9bfa98
+8
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
;;; ---------------------