summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Roelli <charles@aurox.ch>2026-01-22 14:05:43 +0100
committerCharles Roelli <charles@aurox.ch>2026-01-22 14:05:43 +0100
commit2021051a6d3db72f874cda3a4091fc7f97c74c49 (patch)
tree71a1a59da39816f3ff34e5b5f1bff1056422164c
parentb085b83f1caa7b4570353cb890f35353d656046b (diff)
Turn on savehist-mode
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 0027706..bfd13dd 100644
--- a/.emacs
+++ b/.emacs
@@ -13,7 +13,8 @@
'(rcirc-server-alist
'(("thulcandra.adnoto.dev" :nick "charlesroelli" :port 6697 :user-name
"charlesroelli/irc.libera.chat@laptop" :full-name
- "Charles Roelli" :encryption tls))))
+ "Charles Roelli" :encryption tls)))
+ '(savehist-mode t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.