Mercurial > dotfiles
comparison .elisp/settings/50.preferences.el @ 173:fd92c15701ae
Merge
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 16 Dec 2009 22:28:55 -0600 |
parents | 593b5263291d 1f6d35a7a197 |
children | 0ab568ab2b1b |
comparison
equal
deleted
inserted
replaced
172:593b5263291d | 173:fd92c15701ae |
---|---|
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) | |
41 | |
42 ;; scrollbars, but on the right, not the left | |
43 (set-scroll-bar-mode 'right) | |
40 | 44 |
41 ;; Command is meta in OS X. | 45 ;; Command is meta in OS X. |
42 (setq ns-command-modifier (quote meta)) | 46 (setq ns-command-modifier (quote meta)) |
43 | 47 |
44 ;; Don't popup new frames for opened files | 48 ;; Don't popup new frames for opened files |