Add discover mode

This commit is contained in:
Wojciech Kozlowski 2019-07-27 21:09:57 +02:00
parent 0400af0e76
commit c0d68a0230

View File

@ -21,6 +21,7 @@
'(ace-jump-mode
deadgrep
discover
discover-my-major
duplicate-thing
expand-region
@ -388,6 +389,13 @@
:after dired
:hook (dired-mode . treemacs-icons-dired-mode))
;; --------------------------------------------------------------------------
;; `discover'
;; --------------------------------------------------------------------------
(use-package discover
:init (global-discover-mode))
;; --------------------------------------------------------------------------
;; `discover-my-major'
;; --------------------------------------------------------------------------