Skip to content

Commit 1e7b815

Browse files
committed
feat: reduce size of kill-ring and no saving with desktop-mode
1 parent 824518a commit 1e7b815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.org

+1-1
Original file line numberDiff line numberDiff line change
@@ -1323,6 +1323,7 @@ Wrap at words.
13231323
Save clipboard contents into kill-ring before replacing them.
13241324
#+begin_src emacs-lisp :tangle yes
13251325
(setq save-interprogram-paste-before-kill t)
1326+
(setq kill-ring-max 60)
13261327
#+end_src
13271328

13281329
** Parenthesis
@@ -3787,7 +3788,6 @@ it really useful.
37873788
(dolist (var '(compile-history
37883789
extended-command-history
37893790
grep-history
3790-
kill-ring
37913791
minibuffer-history
37923792
query-replace-history
37933793
read-expression-history

0 commit comments

Comments
 (0)