summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-05-12 22:49:47 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-05-12 22:49:47 -0400
commitf67a03ec2a3a266add0060ea74bfbc203f4f7b7f (patch)
tree1d7ea82855e0428cdbb0c1f6a0041dd8ac9dce4b /.emacs
parentc9935112c8b66e23d2acd7584fecd8e99a281b14 (diff)
Play with emacs daemon mode
* .bashrc: include .bash.d/* * .bash.d/emacs.sh: adjust emacsclient flags in SELECTED_EDITOR, EDITOR, and VISUAL based on $DISPLAY and $TERM * .emacs: set the font size in a way that plays nice with daemon-mode
Diffstat (limited to '.emacs')
-rw-r--r--.emacs7
1 files changed, 1 insertions, 6 deletions
diff --git a/.emacs b/.emacs
index 9b8ef7a..6f884eb 100644
--- a/.emacs
+++ b/.emacs
@@ -59,9 +59,4 @@
'(server-mode t)
'(show-paren-mode t))
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- '(default ((t (:inherit default :height 80)))))
+(set-face-attribute 'default nil :height 80)