diff options
author | noa | 2025-04-29 15:08:47 +0800 |
---|---|---|
committer | noa | 2025-04-29 15:08:47 +0800 |
commit | ac6305fba31e32ba84a2a91f493f5a317c819f37 (patch) | |
tree | 2ec13680749f7befc49b09e831ff1642f9240bad /emacs/init.el | |
parent | 5e2cff0a43d65431eb30139eaacccb2dfddd29f5 (diff) |
Enable repeat mode
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index d547f91..8e8d8b6 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -58,6 +58,8 @@ tab-bar-format-global) tab-bar-mode t) +(setopt repeat-mode t) + ;; Using a proportional font is the right way to do things, but emacs is very old and comes from a time before the innovation of legibility. As a result, there are some things that require a monospaced font, so i set one here. (custom-set-faces '(default ((t (:family "Noto Sans Mono" :height 120)))) |