Use winner to restore window configurations with C-z
This commit is contained in:
parent
acb88e2a2d
commit
991640e7a6
@ -40,6 +40,7 @@
|
||||
volatile-highlights
|
||||
which-key
|
||||
whole-line-or-region
|
||||
winner
|
||||
ws-butler)
|
||||
|
||||
)
|
||||
@ -639,6 +640,14 @@
|
||||
:config
|
||||
(volatile-highlights-mode t))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; `winner' - undo/redo window configuration.
|
||||
;; --------------------------------------------------------------------------
|
||||
|
||||
(use-package winner
|
||||
:init (winner-mode 1)
|
||||
:bind (("C-z" . winner-undo)))
|
||||
|
||||
;; --------------------------------------------------------------------------
|
||||
;; `which-key'
|
||||
;; --------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user