Mercurial > dotfiles
annotate .elisp/settings/01.custom.el @ 413:78dedd5483fa
emacs: customize a restructuredtext color
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Thu, 04 Aug 2016 11:15:33 -0400 |
parents | 437408ede1e7 |
children | eece3dcdd013 |
rev | line source |
---|---|
411 | 1 (custom-set-variables |
2 ;; custom-set-variables was added by Custom. | |
3 ;; If you edit it by hand, you could mess it up, so be careful. | |
4 ;; Your init file should contain only one such instance. | |
5 ;; If there is more than one, they won't work right. | |
412
437408ede1e7
emacs: auto-revert remote files
Augie Fackler <raf@durin42.com>
parents:
411
diff
changeset
|
6 '(auto-revert-remote-files t) |
411 | 7 '(custom-safe-themes (quote ("a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "756597b162f1be60a12dbd52bab71d40d6a2845a3e3c2584c6573ee9c332a66e" default))) |
8 '(rm-blacklist (quote (" mate" " WS" " MRev" " Hg:"))) | |
9 '(sml/prefix-regexp (quote (":\\(.*:\\)" "~/"))) | |
10 '(sml/replacer-regexp-list (quote (("^/sudo:.*:" ":SU:") ("^~/Documents/" ":Doc:") ("^~/Dropbox/" ":DB:") ("^~/Programming/hg" ":hg:") ("^~/Programming/" ":P:"))))) | |
11 (custom-set-faces | |
12 ;; custom-set-faces was added by Custom. | |
13 ;; If you edit it by hand, you could mess it up, so be careful. | |
14 ;; Your init file should contain only one such instance. | |
15 ;; If there is more than one, they won't work right. | |
16 '(diff-added ((t (:foreground "DarkGreen")))) | |
17 '(diff-changed ((t (:foreground "MediumBlue")))) | |
18 '(diff-context ((t (:foreground "LightSteelBlue")))) | |
19 '(diff-file-header ((t (:foreground "White")))) | |
20 '(diff-header ((t (:foreground "White")))) | |
21 '(diff-hunk-header ((t (:foreground "White")))) | |
22 '(diff-index ((t (:foreground "Green")))) | |
23 '(diff-nonexistent ((t (:foreground "DarkBlue")))) | |
413
78dedd5483fa
emacs: customize a restructuredtext color
Augie Fackler <raf@durin42.com>
parents:
412
diff
changeset
|
24 '(diff-removed ((t (:foreground "Red")))) |
78dedd5483fa
emacs: customize a restructuredtext color
Augie Fackler <raf@durin42.com>
parents:
412
diff
changeset
|
25 '(rst-level-1-face ((t (:background "grey15"))) t)) |