Skip to content

Commit

Permalink
Refine
Browse files Browse the repository at this point in the history
  • Loading branch information
condy0919 committed Jun 26, 2024
1 parent f3c8205 commit 3d856f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-base.el
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
:ensure nil
:custom
(repeat-mode t)
(repeat-exit-timeout 3)
(repeat-exit-timeout 1)
(repeat-exit-key (kbd "RET")))

;; Server mode.
Expand Down
1 change: 1 addition & 0 deletions lisp/init-ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
:ensure nil
:custom
(help-window-select t)
(help-window-keep-selected t)
(help-enable-variable-value-editing t))

;; Windows layout recorder
Expand Down

0 comments on commit 3d856f0

Please sign in to comment.