add comment on use-package and C-ct key for treemacs
This commit is contained in:
parent
3896b618c2
commit
eb0d9bfa98
8
init.el
8
init.el
@ -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
|
||||||
;;; ---------------------
|
;;; ---------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user