blob: f822732f3e3f0fe6da272b29cfc900ede94df32f (
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
|
(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.
'(ag-ignore-list '("*.min.js.map" "*.min.js"))
'(ansi-color-names-vector
["#1D252C" "#D95468" "#8BD49C" "#EBBF83" "#5EC4FF" "#E27E8D" "#70E1E8" "#A0B3C5"])
'(browse-url-browser-function 'browse-url-firefox)
'(browse-url-firefox-program "firefox")
'(browse-url-generic-program "firefox")
'(compilation-message-face 'default)
'(custom-safe-themes
'("be9645aaa8c11f76a10bcf36aaf83f54f4587ced1b9b679b55639c87404e2499" "2f1518e906a8b60fac943d02ad415f1d8b3933a5a7f75e307e6e9a26ef5bf570" "71e5acf6053215f553036482f3340a5445aee364fb2e292c70d9175fb0cc8af7" "57bd93e7dc5fbb5d8d27697185b753f8563fe0db5db245592bab55a8680fdd8c" "76bfa9318742342233d8b0b42e824130b3a50dcc732866ff8e47366aed69de11" "8f5b54bf6a36fe1c138219960dd324aad8ab1f62f543bed73ef5ad60956e36ae" "37144b437478e4c235824f0e94afa740ee2c7d16952e69ac3c5ed4352209eefb" "99ea831ca79a916f1bd789de366b639d09811501e8c092c85b2cb7d697777f93" default))
'(erc-hide-list '("JOIN" "PART" "QUIT"))
'(erc-mode-line-format "%t %a")
'(erc-modules
'(autoaway autojoin button completion fill irccontrols list menu move-to-prompt netsplit networks noncommands readonly ring smiley stamp track))
'(fci-rule-color "#56697A")
'(jdee-db-active-breakpoint-face-colors (cons "#19181A" "#FCFCFA"))
'(jdee-db-requested-breakpoint-face-colors (cons "#19181A" "#A9DC76"))
'(jdee-db-spec-breakpoint-face-colors (cons "#19181A" "#727072"))
'(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
'("~/Documents/org/master.org" "~/Documents/org/email.org" "~/Documents/org/home.org"))
'(org-babel-load-languages
'((emacs-lisp . t)
(R . t)
(scheme . t)
(shell . t)
(C . t)))
'(pdf-view-midnight-colors (cons "#A0B3C5" "#1D252C"))
'(projectile-completion-system 'default)
'(projectile-mode t nil (projectile))
'(rustic-ansi-faces
["#2D2A2E" "#CC6666" "#A9DC76" "#FFD866" "#78DCE8" "#FF6188" "#78DCE8" "#FCFCFA"])
'(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 "#A9DC76")
(cons 40 "#c5da70")
(cons 60 "#e2d96b")
(cons 80 "#FFD866")
(cons 100 "#fec266")
(cons 120 "#fdad66")
(cons 140 "#FC9867")
(cons 160 "#fd8572")
(cons 180 "#fe737d")
(cons 200 "#FF6188")
(cons 220 "#ee627c")
(cons 240 "#dd6471")
(cons 260 "#CC6666")
(cons 280 "#b56869")
(cons 300 "#9f6b6c")
(cons 320 "#886d6f")
(cons 340 "#4C4A4D")
(cons 360 "#4C4A4D")))
'(vc-annotate-very-old-color nil)
'(window-divider-default-bottom-width 1)
'(window-divider-default-places '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.
'(mode-line-buffer-id ((t (:inherit italic))))
'(modus-themes-button ((t (:inherit variable-pitch :background "#4a4f69" :foreground "#ffffff" :box (:line-width (1 . 1) :color "#61647a" :style flat-button)))) t)
'(variable-pitch ((t (:height 1.1 :family "Vollkorn"))))
'(variable-pitch-text ((t (:inherit variable-pitch :height 1.1)))))
|