aboutsummaryrefslogtreecommitdiffstats
path: root/oni-gui.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-gui.el')
-rw-r--r--oni-gui.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/oni-gui.el b/oni-gui.el
index 7b94230..66b3044 100644
--- a/oni-gui.el
+++ b/oni-gui.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 20190130014447
+;; Version: 20190225191251
;; Package-Requires: (oni-ui)
;; This program is free software; you can redistribute it and/or modify
@@ -32,6 +32,8 @@
(setq-default cursor-type '(bar . 2))
(setq-default cursor-in-non-selected-windows 'box)
+(scroll-bar-mode -1)
+
(load-theme 'yoshi :no-confirm)
;;;###autoload(require 'oni-gui)