summaryrefslogtreecommitdiff
path: root/custom.el
blob: b6b0e3baedbb030765d48c080745284a2efbb4ed (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
(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.
 '(browse-url-generic-program "icecat")
 '(custom-safe-themes
   (quote
    ("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)))
 '(haskell-font-lock-symbols t)
 '(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))))
 '(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))
 '(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.
 )