diff options
author | noa | 2025-02-22 03:44:00 +0800 |
---|---|---|
committer | noa | 2025-02-22 03:44:00 +0800 |
commit | 13ac46f417a64096524a4e40377bb5e40802c772 (patch) | |
tree | 13c6f464fb1a4e38b101dcf00b50124746e60225 /emacs | |
parent | dc95c8148e3c7d23cbfcc9fb5e24dc52adbb2114 (diff) |
Don't set kill-ring-max value
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el index 62c2738..0c2c756 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -707,7 +707,6 @@ With prefix argument TIME, also add the current time." :bind ([remap kill-buffer] . kill-current-buffer) :custom (save-interprogram-paste-before-kill t) - (kill-ring-max 25) ;; Hide commands in M-x which do not work in the current mode. (read-extended-command-predicate 'command-completion-default-include-p) ;; My brain is not ready for advanced emacs undo |