aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/init.el')
-rw-r--r--gui/conf/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/gui/conf/init.el b/gui/conf/init.el
index ab076b1..9b5430f 100644
--- a/gui/conf/init.el
+++ b/gui/conf/init.el
@@ -28,6 +28,11 @@
(add-hook 'after-make-frame-functions #'startup)
(startup (selected-frame)))
+(savehist-mode 1)
+(setq savehist-additional-variables
+ '(kill-ring search-ring))
+(setq savehist-file "~/.emacs.d/savehist")
+
(setq mouse-wheel-scroll-amount '(5))
(setq mouse-wheel-progressive-speed nil)
(setq fast-but-imprecise-scrolling t)