comparison .elisp/settings/50.preferences.el @ 97:5f7b673008b5

Disable toolbar, really use dots.
author Augie Fackler <durin42@gmail.com>
date Tue, 28 Apr 2009 14:10:19 -0500
parents f013f40e7b63
children 11fa0420b392
comparison
equal deleted inserted replaced
96:0eabfd7a8ffa 97:5f7b673008b5
30 ;; Automatically revert unedited files that change on the underlying 30 ;; Automatically revert unedited files that change on the underlying
31 ;; system. 31 ;; system.
32 (global-auto-revert-mode) 32 (global-auto-revert-mode)
33 33
34 ;; I like dots in my nose output 34 ;; I like dots in my nose output
35 (defvar nose-use-verbose nil) 35 (setq nose-use-verbose nil)
36
37 ;; no toolbar
38 (tool-bar-mode nil)