-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcustom.el.bak
22 lines (19 loc) · 1.14 KB
/
custom.el.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
(custom-set-variables
;; custom-set-variables 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.
'(blink-cursor-mode nil)
'(fill-column 79)
'(menu-bar-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 nil :stipple nil :background "white" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 113 :width normal :foundry "unknown" :family "Droid Sans Mono"))))
'(flymake-errline ((((class color)) (:background "Red"))))
'(highlight ((((class color) (min-colors 88) (background dark)) (:background "#222222")))))
;;(set-default-font "-Misc-Fixed-Medium-R-Normal--15-*-75-75-C-*-ISO8859-1" t)
(set-default-font "-unknown-Droid Sans Mono-normal-normal-normal-*-*-*-*-*-m-0-iso10646-1" t)