Compare commits
No commits in common. "2cfc6a479f09a034972901a81003c0e89f691126" and "6ae36fbe6aaf640dda9222de4ce001a57e367247" have entirely different histories.
2cfc6a479f
...
6ae36fbe6a
5
init.el
5
init.el
@ -450,6 +450,9 @@ split horizontally again, but this extra work should not matter much."
|
||||
which-key-side-window-max-height 0.25)
|
||||
:config (which-key-setup-side-window-bottom))
|
||||
|
||||
(use-package winner
|
||||
:commands (winner-mode winner-undo winner-redo))
|
||||
|
||||
|
||||
;;* Basic External Packages
|
||||
|
||||
@ -2497,7 +2500,6 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
ace-window-display-mode)
|
||||
:init (setopt aw-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
||||
aw-background t
|
||||
aw-dispatch-always nil
|
||||
aw-scope 'frame))
|
||||
|
||||
(use-package avy
|
||||
@ -3055,6 +3057,7 @@ Note that this workaround is incomplete, as explained in this comment."
|
||||
(electric-pair-mode +1)
|
||||
|
||||
(recentf-mode +1)
|
||||
(winner-mode +1)
|
||||
(tab-bar-history-mode +1)
|
||||
(global-auto-revert-mode -1)
|
||||
(which-function-mode +1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user