aboutsummaryrefslogtreecommitdiff
path: root/shoshin-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'shoshin-config.el')
-rw-r--r--shoshin-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/shoshin-config.el b/shoshin-config.el
index 292eaa2..72d3568 100644
--- a/shoshin-config.el
+++ b/shoshin-config.el
@@ -77,7 +77,7 @@
(setq srht-username "shoshin")
;;; User Interface
-(if (display-graphic-p)
+(when (display-graphic-p)
(scroll-bar-mode nil)
(fringe-mode '(8 . 0)))