mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
core-ui: enable winner-mode
This commit is contained in:
@ -68,6 +68,11 @@ disabled.")
|
||||
(put 'doom--old-modeline-format 'permanent-local t)
|
||||
(put 'doom-hide-modeline-mode 'permanent-local t)
|
||||
|
||||
;; window config undo/redo
|
||||
(defvar winner-dont-bind-my-keys t)
|
||||
(require 'winner)
|
||||
(winner-mode 1)
|
||||
|
||||
|
||||
;;
|
||||
;; Bootstrap
|
||||
|
Reference in New Issue
Block a user