-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.el
29 lines (29 loc) · 1.75 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
(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.
'(coffee-tab-width 2)
'(column-number-mode t)
'(comment-auto-fill-only-comments t)
'(default-frame-alist (quote ((cursor-type . box) (internal-border-width . 0) (left-fringe . 1) (right-fringe) (fringe) (menu-bar-lines . 1) (tool-bar-lines . 0) (vertical-scroll-bars) (background-color . "#000000") (background-mode . dark) (border-color . "#000000") (cursor-color . "#FFA560") (foreground-color . "#F6F3E8") (mouse-color . "sienna1"))))
'(defshell-reuse-buffer nil)
'(ffap-machine-p-known (quote reject))
'(hippie-expand-try-functions-list (quote (try-expand-all-abbrevs try-expand-dabbrev try-expand-dabbrev-all-buffers try-expand-dabbrev-from-kill try-complete-lisp-symbol-partially try-complete-lisp-symbol try-complete-file-name-partially try-complete-file-name)))
'(ns-tool-bar-display-mode nil t)
'(ns-tool-bar-size-mode nil t)
'(tab-width 4)
'(visual-line-mode nil t)
'(yas/trigger-key "TAB"))
(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.
'(erb-face ((((class color) (min-colors 88) (background dark)) (:background "#000000"))))
'(rst-level-1-face ((t (:background "blue"))) t)
'(rst-level-2-face ((t (:background "blue"))) t)
'(rst-level-3-face ((t (:background "blue"))) t)
'(rst-level-4-face ((t (:background "blue"))) t)
'(rst-level-5-face ((t (:background "blue"))) t)
'(rst-level-6-face ((t (:background "blue"))) t))