forked from magnars/.emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 1
/
custom.el
21 lines (20 loc) · 1.18 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(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 "Black" :foreground "White" :inverse-video nil :box nil :strike-t*hrough nil :overline nil :underline nil :slant normal :weight normal :width normal :height 105))))
'(fill-column 80)
'(highlight ((((class color) (min-colors 88) (background dark)) (:background "#111111"))))
'(js2-function-param-face ((t (:foreground "LightGoldenrod"))))
'(mumamo-background-chunk-submode ((((class color) (min-colors 88) (background dark)) nil)))
'(show-paren-match ((nil (:background "#333399"))))
'(show-paren-mismatch ((((class color)) (:background "red")))))
(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.
'(fill-column 80)
'(ido-use-filename-at-point nil)
'(safe-local-variable-values (quote ((encoding . utf-8)))))