diff --git a/personal/ui.el b/personal/ui.el index 1a8ea4b..da1be12 100644 --- a/personal/ui.el +++ b/personal/ui.el @@ -1,2 +1,3 @@ (menu-bar-mode -1) -(scroll-bar-mode -1) +(when (fboundp 'scroll-bar-mode) + (scroll-bar-mode -1))