mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -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--old-modeline-format 'permanent-local t)
|
||||||
(put 'doom-hide-modeline-mode '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
|
;; Bootstrap
|
||||||
|
Reference in New Issue
Block a user