summaryrefslogtreecommitdiff
path: root/custom.el
blob: 8ed2698a6fc18244e91f218a813f214a17c5b001 (about) (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
(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.
 '(ansi-color-names-vector
   ["#1D252C" "#D95468" "#8BD49C" "#EBBF83" "#5EC4FF" "#E27E8D" "#70E1E8" "#A0B3C5"])
 '(browse-url-generic-program "icecat")
 '(custom-safe-themes
   (quote
    ("d91ef4e714f05fff2070da7ca452980999f5361209e679ee988e3c432df24347" "c7bc1f6fb963ee50d904e1d4e98e63d2215f745724462f4c1bd01337d9ebd526" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "9129c2759b8ba8e8396fe92535449de3e7ba61fd34569a488dd64e80f5041c9f" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "ea535affcd36247fbbd2a4a70f120793682f72b3fec87a1eabef7ec2502d80fa" "1ad937344422276b53a895be22ede85448a6dce4db7f1da02a7c9e634bfa03da" "8f5b54bf6a36fe1c138219960dd324aad8ab1f62f543bed73ef5ad60956e36ae" "cbd85ab34afb47003fa7f814a462c24affb1de81ebf172b78cb4e65186ba59d2" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default)))
 '(erc-mode-line-format "%t %a")
 '(erc-modules
   (quote
    (autoaway autojoin button completion fill irccontrols list menu move-to-prompt netsplit networks noncommands readonly ring smiley stamp track)))
 '(fci-rule-color "#56697A")
 '(haskell-font-lock-symbols t)
 '(icomplete-compute-delay 0.1)
 '(icomplete-hide-common-prefix nil)
 '(icomplete-max-delay-chars 0)
 '(icomplete-mode t)
 '(icomplete-show-matches-on-no-input t)
 '(icomplete-vertical-mode t)
 '(jdee-db-active-breakpoint-face-colors (cons "#10151C" "#5EC4FF"))
 '(jdee-db-requested-breakpoint-face-colors (cons "#10151C" "#8BD49C"))
 '(jdee-db-spec-breakpoint-face-colors (cons "#10151C" "#384551"))
 '(js-indent-level 2)
 '(js2-basic-offset 2)
 '(linum-format " %7i ")
 '(mpc-host "192.168.178.20")
 '(mu4e-headers-date-format "%F")
 '(org-agenda-files
   (quote
    ("~/Documents/org/master.org" "~/Documents/org/email.org" "~/Documents/org/home.org")))
 '(org-babel-load-languages
   (quote
    ((emacs-lisp . t)
     (R . t)
     (scheme . t)
     (shell . t)
     (C . t))))
 '(pdf-view-midnight-colors (cons "#A0B3C5" "#1D252C"))
 '(projectile-completion-system (quote default))
 '(projectile-mode t nil (projectile))
 '(safe-local-variable-values
   (quote
    ((eval modify-syntax-entry 43 "'")
     (eval modify-syntax-entry 36 "'")
     (eval modify-syntax-entry 126 "'")
     (bug-reference-bug-regexp . "<https?://\\(debbugs\\|bugs\\)\\.gnu\\.org/\\([0-9]+\\)>"))))
 '(send-mail-function (quote sendmail-send-it))
 '(vc-annotate-background "#1D252C")
 '(vc-annotate-color-map
   (list
    (cons 20 "#8BD49C")
    (cons 40 "#abcd93")
    (cons 60 "#cbc68b")
    (cons 80 "#EBBF83")
    (cons 100 "#e5ae6f")
    (cons 120 "#df9e5b")
    (cons 140 "#D98E48")
    (cons 160 "#dc885f")
    (cons 180 "#df8376")
    (cons 200 "#E27E8D")
    (cons 220 "#df7080")
    (cons 240 "#dc6274")
    (cons 260 "#D95468")
    (cons 280 "#b05062")
    (cons 300 "#884c5c")
    (cons 320 "#604856")
    (cons 340 "#56697A")
    (cons 360 "#56697A")))
 '(vc-annotate-very-old-color nil)
 '(window-divider-default-bottom-width 1)
 '(window-divider-default-places (quote bottom-only))
 '(window-divider-mode t)
 '(znc-servers
   (quote
    (("elephly.net" 6667 nil
      ((network-slug "rekado" "Phowie3py")))))))
(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.
 )