comparison .elisp/settings/50.preferences.el @ 166:1f6d35a7a197

emacs: scrollbars on the right
author Augie Fackler <durin42@gmail.com>
date Mon, 14 Dec 2009 11:32:16 -0600
parents a8e5d4b0913d
children fd92c15701ae
comparison
equal deleted inserted replaced
165:a8e5d4b0913d 166:1f6d35a7a197
37 37
38 ;; no toolbar 38 ;; no toolbar
39 (setq tool-bar-mode nil) 39 (setq tool-bar-mode nil)
40 (tool-bar-mode 0) 40 (tool-bar-mode 0)
41 41
42 ;; scrollbars, but on the right, not the left
43 (set-scroll-bar-mode 'right)
44
42 ;; Command is meta in OS X. 45 ;; Command is meta in OS X.
43 (setq ns-command-modifier (quote meta)) 46 (setq ns-command-modifier (quote meta))
44 47
45 ;; Don't popup new frames for opened files 48 ;; Don't popup new frames for opened files
46 (setq ns-pop-up-frames nil) 49 (setq ns-pop-up-frames nil)