From 57f9ecee82d8dc81d271f175b777cf722ab1ee22 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 10 Dec 2017 20:14:58 +0100 Subject: Fix scroll bars on Mac --- emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index aaa136f..8c11b58 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -7,7 +7,7 @@ (setenv "PATH" (concat (getenv "PATH") ":/usr/local/bin")) (setq exec-path (append exec-path '("/usr/local/bin"))) (setq dired-listing-switches "-al") - (scroll-bar-mode nil) + (scroll-bar-mode -1) (global-set-key [home] 'move-beginning-of-line) (global-set-key [end] 'move-end-of-line)) ((or (equal system-type 'gnu/linux) (equal system-type 'gnu/kfreebsd)) -- cgit v1.2.1