summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-27 10:22:10 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-27 10:22:10 +0100
commit23bc58609ccf52e5fe255b98c03da88df5fe30bd (patch)
treef824e113bce325374f482f6dcd45b5a5fd482d75
parent13c5673964192c797635f9d5952f890c0065484c (diff)
Enable save-interprogram-paste-before-kill
-rw-r--r--.emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 47f15cd..d4784bb 100644
--- a/.emacs
+++ b/.emacs
@@ -10,6 +10,7 @@
'(("thulcandra.adnoto.dev" :nick "charlesroelli" :port 6697 :user-name
"charlesroelli/irc.libera.chat@laptop" :full-name
"Charles Roelli" :encryption tls)))
+ '(save-interprogram-paste-before-kill 4096)
'(savehist-mode t)
'(send-mail-function 'sendmail-send-it)
'(sendmail-program "msmtp")