forked from jpablobr/emacs.d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
executable file
·81 lines (80 loc) · 5.38 KB
/
custom.el
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
(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.
'(blink-cursor-mode nil)
'(column-number-mode t)
'(default-frame-alist (quote ((tool-bar-lines . 0) (foreground-color\. "white") (background-color . "black"))))
'(ecb-layout-window-sizes (quote (("left8" (0.19801980198019803 . 0.29310344827586204) (0.19801980198019803 . 0.2413793103448276) (0.19801980198019803 . 0.27586206896551724) (0.19801980198019803 . 0.1724137931034483)))))
'(ecb-options-version "2.40")
'(ecb-source-path (quote ("~/code/")))
'(erc-modules (quote (autojoin button completion fill irccontrols match menu netsplit noncommands readonly ring scrolltobottom stamp track)))
'(fill-column 72)
'(font-lock-mode-maximum-decoration t)
'(github-user "jpablobr" t)
'(global-font-lock-mode t nil (font-lock))
'(gud-rdebug-command-name "/home/jpablobr/.rvm/gems/ruby-1.9.2-p136/bin/rdebug --emacs 3")
'(indent-tabs-mode nil)
'(jde-ant-enable-find t)
'(jde-ant-home "$ANT_HOME")
'(jde-auto-parse-max-buffer-size 0)
'(jde-bug-debugger-host-address "127.0.0.1")
'(jde-build-function (quote (jde-ant-build)))
'(jde-compile-option-debug (quote ("all" (t nil nil))))
'(jde-complete-function (quote jde-complete-minibuf))
'(jde-debugger (quote ("jdb")))
'(jde-gen-comments nil)
'(jde-jalopy-option-force t)
'(jde-jalopy-option-path "$PROJECTS_HOME/jalopy-1.0.2")
'(jde-jdk-doc-url "http://download.oracle.com/javase/1.5.0/docs/api/index.html")
'(jde-lib-directory-names (quote ("^lib" "^jar" "^classes")))
'(jde-regexp-jar-file "/usr/share/java/regexp.jar")
'(jde-sourcepath (quote (".")))
'(jde-which-method-class-min-length 0)
'(jde-which-method-max-length 30)
'(js2-basic-offset 4 t)
'(quack-default-program "mit-scheme")
'(rails-api-root "~/.emacs.d/vendor/api.rubyonrails.org")
'(rails-ask-when-reload-tags t)
'(rails-browse-api-with-w3m t)
'(rails-use-alternative-browse-url nil)
'(scroll-preserve-screen-position t)
'(template-update-buffer-alist (quote ((t "Update header in %s? " (template-update-header t) (file-name-sans-versions (file-name-nondirectory buffer-file-name))) ((html-mode) "Update date inside <address> in %s? " (-2000 "\\([0-9]+[ ]+[A-Za-z][A-Za-z][A-Za-z][ ]+[0-9]+\\)[
]*</address>" 1) (format-time-string "%d %b %Y")))))
'(user-details (quote "José Pablo Barrantes R. http://jpablobr.com"))
'(user-full-name (quote "José Pablo Barrantes R."))
'(user-login-name "jpablobr" t)
'(user-mail-address (quote "xjpablobrx@gmail.com"))
'(w3m-arrived-file "~/Dropbox/private-dotfiles/w3m/.arrived")
'(w3m-bookmark-file "~/Dropbox/private-dotfiles/w3m/bookmark.html")
'(w3m-default-save-directory "~/Dropbox/private-dotfiles/w3m")
'(w3m-form-textarea-directory "~/Dropbox/private-dotfiles/w3m/.textarea")
'(w3m-profile-directory "~/Dropbox/private-dotfiles/w3m")
'(w3m-session-file "~/Dropbox/private-dotfiles/w3m/.sessions"))
(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.
'(default ((t (:stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal))))
'(autoface-default ((t (:inherit default :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :width normal))))
'(default-frame-alist (quote ((tool-bar-lines . 0) (foreground-color\. "white") (background-color . "black"))))
'(diff-added ((((background dark)) (:foreground "#FFFF9B9BFFFF")) (t (:foreground "DarkGreen"))))
'(diff-changed ((((background dark)) (:foreground "Yellow")) (t (:foreground "MediumBlue"))))
'(diff-context ((((background dark)) (:foreground "White")) (t (:foreground "Black"))))
'(diff-file-header ((((background dark)) (:foreground "Cyan" :background "Black")) (t (:foreground "Red" :background "White"))))
'(diff-function ((t (:foreground "#00bbdd"))))
'(diff-header ((((background dark)) (:foreground "Cyan")) (t (:foreground "Red"))))
'(diff-hunk-header ((((background dark)) (:foreground "Black" :background "#05057F7F8D8D")) (t (:foreground "White" :background "Salmon"))))
'(diff-index ((((background dark)) (:foreground "Magenta")) (t (:foreground "Green"))))
'(diff-nonexistent ((((background dark)) (:foreground "#FFFFFFFF7474")) (t (:foreground "DarkBlue"))))
'(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "#182042"))))
'(diff-removed ((((background dark)) (:foreground "#7474FFFF7474")) (t (:foreground "DarkMagenta"))))
'(mumamo-background-chunk-major ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode1 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode2 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode3 ((((class color) (min-colors 88) (background dark)) nil)))
'(mumamo-background-chunk-submode4 ((((class color) (min-colors 88) (background dark)) nil)))
'(whitespace-line ((t (:background "purple" :foreground "green")))))