Emacs: winum-mode

This commit is contained in:
Marcel Kapfer 2018-08-03 09:21:16 +02:00
parent bf8a25d2b9
commit ad20a6145f
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 5 additions and 0 deletions

View File

@ -539,6 +539,11 @@
:config (global-diff-hl-mode t)
:hook (magit-post-refresh-hook . diff-hl-magit-post-refresh))
;; winum
;; Navigate windows and frames using numbers
(use-package winum
:config (winum-mode))
;; treemacs
;; A tree style file explorer package
(use-package treemacs