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