summaryrefslogtreecommitdiff
path: root/custom.el
blob: 859d9f80178a91a56815ac07fbb6e7249b4f2830 (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
(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
    ("d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "fa94f0c2ddd30df2bca56ddee6854c5926a8a67125d0c28326fd504e377563a9" "c74e83f8aa4c78a121b52146eadb792c9facc5b1f02c917e3dbb454fca931223" "0c29db826418061b40564e3351194a3d4a125d182c6ee5178c237a7364f0ff12" "3a727bdc09a7a141e58925258b6e873c65ccf393b2240c51553098ca93957723" "e26780280b5248eb9b2d02a237d9941956fc94972443b0f7aeec12b5c15db9f3" "0ebe0307942b6e159ab794f90a074935a18c3c688b526a2035d14db1214cf69c" "dc46381844ec8fcf9607a319aa6b442244d8c7a734a2625dac6a1f63e34bc4a6" "dd4db38519d2ad7eb9e2f30bc03fba61a7af49a185edfd44e020aa5345e3dca7" "33c5a452a4095f7e4f6746b66f322ef6da0e770b76c0ed98a438e76c497040bb" default)))
 '(custom-theme-load-path
   (quote
    ("/home/rekado/.guix-profile/share/emacs/site-lisp/guix.d/solarized-theme-1.2.2" "/home/rekado/.guix-profile/share/emacs/site-lisp/guix.d/org-bullets-0.2.4" "/home/rekado/.guix-profile/share/emacs/site-lisp/guix.d/smart-mode-line-2.10.1" custom-theme-directory t)))
 '(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 hl-nicks)))
 '(haskell-font-lock-symbols t)
 '(js2-basic-offset 2)
 '(linum-format " %7i ")
 '(org-babel-load-languages
   (quote
    ((emacs-lisp . t)
     (R . t)
     (lilypond . 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.
 )