summaryrefslogtreecommitdiff
path: root/suweren/home/emacs-configuration.el
diff options
context:
space:
mode:
Diffstat (limited to 'suweren/home/emacs-configuration.el')
-rw-r--r--suweren/home/emacs-configuration.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/suweren/home/emacs-configuration.el b/suweren/home/emacs-configuration.el
index b113773..b883818 100644
--- a/suweren/home/emacs-configuration.el
+++ b/suweren/home/emacs-configuration.el
@@ -1,3 +1,8 @@
+;; Enable Horizontal Scrolling
+(setq-default auto-hscroll-mode t
+ hscroll-margin 10
+ hscroll-step 1)
+
;; Disable Backup Files
(setq make-backup-files nil)