Emacs: winum-mode
This commit is contained in:
parent
bf8a25d2b9
commit
ad20a6145f
1 changed files with 5 additions and 0 deletions
|
@ -539,6 +539,11 @@
|
||||||
:config (global-diff-hl-mode t)
|
:config (global-diff-hl-mode t)
|
||||||
:hook (magit-post-refresh-hook . diff-hl-magit-post-refresh))
|
:hook (magit-post-refresh-hook . diff-hl-magit-post-refresh))
|
||||||
|
|
||||||
|
;; winum
|
||||||
|
;; Navigate windows and frames using numbers
|
||||||
|
(use-package winum
|
||||||
|
:config (winum-mode))
|
||||||
|
|
||||||
;; treemacs
|
;; treemacs
|
||||||
;; A tree style file explorer package
|
;; A tree style file explorer package
|
||||||
(use-package treemacs
|
(use-package treemacs
|
||||||
|
|
Loading…
Reference in a new issue