summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--custom.el34
1 files changed, 34 insertions, 0 deletions
diff --git a/custom.el b/custom.el
new file mode 100644
index 0000000..8970317
--- /dev/null
+++ b/custom.el
@@ -0,0 +1,34 @@
+(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
+ ("0c29db826418061b40564e3351194a3d4a125d182c6ee5178c237a7364f0ff12" "3a727bdc09a7a141e58925258b6e873c65ccf393b2240c51553098ca93957723" "e26780280b5248eb9b2d02a237d9941956fc94972443b0f7aeec12b5c15db9f3" "0ebe0307942b6e159ab794f90a074935a18c3c688b526a2035d14db1214cf69c" "dc46381844ec8fcf9607a319aa6b442244d8c7a734a2625dac6a1f63e34bc4a6" "dd4db38519d2ad7eb9e2f30bc03fba61a7af49a185edfd44e020aa5345e3dca7" "33c5a452a4095f7e4f6746b66f322ef6da0e770b76c0ed98a438e76c497040bb" default)))
+ '(erc-hl-nicks-mode 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 ")
+ '(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.
+ )