comparison .elisp/settings/50.preferences.el @ 165:a8e5d4b0913d

emacs: Really hide the toolbar.
author Augie Fackler <durin42@gmail.com>
date Wed, 09 Dec 2009 14:06:11 -0600
parents 668268f29a88
children 1f6d35a7a197
comparison
equal deleted inserted replaced
164:a4734cd2ba01 165:a8e5d4b0913d
35 ;; I like dots in my nose output 35 ;; I like dots in my nose output
36 (setq nose-use-verbose nil) 36 (setq nose-use-verbose nil)
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 41
41 ;; Command is meta in OS X. 42 ;; Command is meta in OS X.
42 (setq ns-command-modifier (quote meta)) 43 (setq ns-command-modifier (quote meta))
43 44
44 ;; Don't popup new frames for opened files 45 ;; Don't popup new frames for opened files