Mercurial > hg > config
comparison .emacs @ 299:cc2f7d8307d0
maybe we have that server after all
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Sat, 11 May 2013 10:18:40 -0700 |
parents | 618db1b1f34b |
children | a1c72313b3df |
comparison
equal
deleted
inserted
replaced
298:4d115eb29348 | 299:cc2f7d8307d0 |
---|---|
1 ;; emacs server (what a piece of crap) | 1 ;; emacs server (what a piece of crap) |
2 ;; (commented out for now) | 2 ;; (commented out for now) |
3 ;; (require 'server) | 3 (require 'server) |
4 ;; (or (server-running-p) | 4 (or (server-running-p) |
5 ;; (server-start)) | 5 (server-start)) |
6 | 6 |
7 ;;;; bars | 7 ;;;; bars |
8 | 8 |
9 ;; Turn off the status bar and on the mouse if we're not in a window system | 9 ;; Turn off the status bar and on the mouse if we're not in a window system |
10 (menu-bar-mode (if window-system 1 -1)) | 10 (menu-bar-mode (if window-system 1 -1)) |