summaryrefslogtreecommitdiff
path: root/.emacs.d/init-custom.el
blob: ae701a414f70ca385471108df27ceea53ebf41bf (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
(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.
 '(fill-column-indicator ((t (:stipple nil :background "light gray" :foreground "light gray" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal))))
 '(git-annex-dired-annexed-available ((t (:foreground "color-151"))))
 '(git-annex-dired-annexed-unavailable ((t (:foreground "color-167"))))
 '(variable-pitch ((t (:height 120 :family "Bitstream Vera Sans")))))

(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.
 '(custom-safe-themes
   (quote
    ("99bc178c2856c32505c514ac04bf25022eaa02e2fddc5e7cdb40271bc708de39" "1373e3623ed5d758ef06dd19f2c8a736a69a15496c745a113d42230ab71d6b58" "799291799f87afb7a2a55bd63082c58fb58912bee0a6e3d5c1ce0e083ed046c9" "c8ac15f21cc5ac2563387e1186a474443c64e9c3dcac0ea55b61caf1bbba432f" "ff9e6deb9cfc908381c1267f407b8830bcad6028231a5f736246b9fc65e92b44" "cbef37d6304f12fb789f5d80c2b75ea01465e41073c30341dc84c6c0d1eb611d" "e56f1b1c1daec5dbddc50abd00fcd00f6ce4079f4a7f66052cf16d96412a09a9" "cdc7555f0b34ed32eb510be295b6b967526dd8060e5d04ff0dce719af789f8e5" "9dae95cdbed1505d45322ef8b5aa90ccb6cb59e0ff26fef0b8f411dfc416c552" "b21bf64c01dc3a34bc56fff9310d2382aa47ba6bc3e0f4a7f5af857cd03a7ef7" "3a727bdc09a7a141e58925258b6e873c65ccf393b2240c51553098ca93957723" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "3b819bba57a676edf6e4881bd38c777f96d1aa3b3b5bc21d8266fa5b0d0f1ebf" "146d24de1bb61ddfa64062c29b5ff57065552a7c4019bee5d869e938782dfc2a" "cd70962b469931807533f5ab78293e901253f5eeb133a46c2965359f23bfb2ea" "dd4db38519d2ad7eb9e2f30bc03fba61a7af49a185edfd44e020aa5345e3dca7" "71b172ea4aad108801421cc5251edb6c792f3adbaecfa1c52e94e3d99634dee7" default)))
 '(gdb-many-windows t)
 '(notmuch-show-insert-text/plain-hook
   (quote
    (notmuch-wash-convert-inline-patch-to-part notmuch-wash-wrap-long-lines notmuch-wash-tidy-citations notmuch-wash-elide-blank-lines notmuch-wash-excerpt-citations)))
 '(org-footnote-section "Notes")
 '(safe-local-variable-values
   (quote
    ((ispell-extra-args "--lang=en_US")
     (ispell-program-name . "aspell")
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Tenoch" . 1)
      ("Fina" . 2))
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Tenoch" . 1)
      ("Fina" . 4))
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Tenoch" . 1)
      ("Vito" . 2)
      ("Fina" . 4)
      ("Articuno" . 3))
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Anduin" . 1)
      ("Vito" . 2)
      ("Fina" . 4)
      ("Articuno" . 3))
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Anduin" . 1)
      ("Vito" . 2)
      ("Fina" . 4))
     (org-d20-party
      ("Zahrat" . 0)
      ("Anca" . 1)
      ("Anduin" . 1)
      ("Vito" . 2)
      ("Spectre" . 4))
     (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
     (checkdoc-package-keywords-flag)
     (eval spw/set-pandoc-compile-command "pdf" "html")
     (eval spw/set-pandoc-compile-command "docx" "pdf")
     (eval spw/set-pandoc-compile-command)
     (variable-pitch-mode . t)
     (bug-reference-bug-regexp . "#\\(?2:[0-9]+\\)")
     (wc-word-goal . 750)
     (wc-modeline-format . "%w/%gw")
     (wc-modeline-format . %w/%gw)
     (eval highlight-regexp "^ +")
     (eval pandoc-set-write "latex")
     (eval spw/writing-toggle)
     (indent-tabs-mode . t\,)))))