[Remove console font hack clinton@unknownlamer.org**20090512031314 Ignore-this: 3e6617228267b79233e0974c5e629afc ] { hunk ./dot-emacs 105 -(if window-system - (custom-set-faces - ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance. - '(default ((t (:stipple nil :background "#122e43" :foreground "#e3e3e3" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :family "adobe-courier")))) - '(mmm-default-submode-face ((t (:background "#000000")))))) - -;; '(mmm-default-submode-face ((t (:background "#000000")))))) - -;;; Console Mode Enhancement -;(cond ((not window-system) -; (xterm-mouse-mode))) hunk ./dot-emacs 138 -;;; Evil evil hack to make emacs have a readable background on the terminal -(if (not window-system) - (custom-set-faces - ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance. - '(default ((t (:stipple nil :background "#000000" :foreground "#ffffff" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 90 :width normal :family "adobe-courier")))))) - hunk ./dot-emacs 139 - }