Mercurial > hg > config
comparison .emacs @ 335:a9d3f1210506
what a piece of crap; disablign for now since i dont use anyway
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 18 Jun 2013 16:50:10 -0700 |
parents | 6095d439d1f2 |
children | c0f0f82f68ea |
comparison
equal
deleted
inserted
replaced
311:a25eb7e42889 | 335:a9d3f1210506 |
---|---|
1 ;; emacs server (what a piece of crap) | 1 ;; ;; ;; emacs server (what a piece of crap) |
2 (require 'server) | 2 ;; (require 'server) |
3 (or (server-running-p) | 3 ;; (unless (server-running-p) |
4 (server-start)) | 4 ;; (server-start)) |
5 ;; ;; ;; An error has occurred while loading `/home/jhammel/.emacs': | |
6 ;; ;; ;; Symbol's function definition is void: server-running-p | |
7 ;; ;; ;; To ensure normal operation, you should investigate and remove the | |
8 ;; ;; ;; cause of the error in your initialization file. Start Emacs with | |
9 ;; ;; ;; the `--debug-init' option to view a complete error backtrace. | |
10 | |
11 ;; ;; ;; For information about GNU Emacs and the GNU system, type C-h C-a. | |
12 ;; ;; How to fix: | |
13 ;; http://stackoverflow.com/questions/9999320/how-to-check-if-a-function-e-g-server-running-p-is-available-under-emacs | |
5 | 14 |
6 ;;;; bars | 15 ;;;; bars |
7 | 16 |
8 ;; Turn off the status bar and on the mouse if we're not in a window system | 17 ;; Turn off the status bar and on the mouse if we're not in a window system |
9 (menu-bar-mode (if window-system 1 -1)) | 18 (menu-bar-mode (if window-system 1 -1)) |