Skip to content

Commit

Permalink
tweak(builtin): larger kill ring size
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Dec 24, 2024
1 parent 705d6c6 commit d1eb039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
(undo-limit 2000000) ; 2MB, soft limit for undo data (per-buffer, size of `buffer-undo-list') to keep (def. 160kB)
(undo-strong-limit 5000000) ; 5MB, discard undo data greater than this generated by a single a command, except the last one (def. 240kB)
(undo-outer-limit 30000000) ; 30MB, like the strong limit, but including the last command, prints a warning when it happens (def. 24MB)
(kill-ring-max 1000) ; Maximum length of kill ring before oldest elements are thrown away (def. 120)
(use-system-tooltips nil) ; Use small frames to display tooltips instead of the default OS tooltips
(window-combination-resize t) ; Resize window combinations proportionally
(x-stretch-cursor t) ; Stretch cursor to the glyph width
Expand Down

0 comments on commit d1eb039

Please sign in to comment.