From c3c0097bd73c1af5e431c006fbb923a76c711683 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 18 Feb 2011 18:51:07 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 1699e7c..f9781b9 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -50,7 +50,9 @@ ;; Setting for Frames ---------------------------------------------------------- (when window-system - (set-default-font "Dejavu Sans Mono 13")) + (if (equal (system-name) "seras") + (set-default-font "Dejavu Sans Mono 11") + (set-default-font "Dejavu Sans Mono 13"))) ;(when window-system ; (set-default-font "Inconsolata-14") @@ -115,6 +117,11 @@ ;; jaspace (require-if-present 'jaspace) +;; color-theme +(require-if-present 'color-theme) +(if (featurep 'color-theme) + (color-theme-subtle-hacker)) + ;; auto-complete (require-if-present 'auto-complete-config) (if (featurep 'auto-complete-config) @@ -402,6 +409,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(Info-additional-directory-list (quote ("/sw/share/info" "/usr/local/info" "/usr/local/share/info"))) + '(ac-ignore-case nil) '(appt-display-format (quote window)) '(appt-message-warning-time 20) '(canlock-password "a14fa4d2601465d55585c291fa8b3943e189e716") -- 2.40.0