From d1eb0393d7e9126eeda9aea0ef114956b7fd634b Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Tue, 24 Dec 2024 01:52:41 +0100 Subject: [PATCH] tweak(builtin): larger kill ring size --- core/me-builtin.el | 1 + 1 file changed, 1 insertion(+) diff --git a/core/me-builtin.el b/core/me-builtin.el index a93d4a67..8d19f81d 100644 --- a/core/me-builtin.el +++ b/core/me-builtin.el @@ -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