-
Notifications
You must be signed in to change notification settings - Fork 0
/
.emacs-custom.el
42 lines (41 loc) · 3.75 KB
/
.emacs-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
(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.
'(compilation-scroll-output t)
'(completion-ignored-extensions (quote (".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".svn/" ".hg/" ".git/" ".bzr/" "CVS/" "_darcs/" "_MTN/" ".fmt" ".tfm" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".p64fsl" ".d64fsl" ".dx64fsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" "*~" "#")))
'(desktop-restore-eager t)
'(ecb-layout-window-sizes (quote (("left14" (0.32571428571428573 . 0.7333333333333333) (0.32571428571428573 . 0.24444444444444444)))))
'(ecb-options-version "2.32")
'(ecb-tip-of-the-day nil)
'(erc-ignore-list (quote ("'(\"*** .* has joined channel\" \"*** .* Connection reset by peer\" \"*** has quit:\")" "\"*** .* has joined channel\"" "\"*** .* ")))
'(erc-nickserv-identify-mode (quote autodetect))
'(flymake-gui-warnings-enabled nil)
'(ipython-command "/usr/bin/ipython")
'(jabber-chat-foreign-prompt-format "[%t] > ")
'(py-python-command "/usr/bin/ipython")
'(pydbgr-many-windows t)
'(pydbgr-pydbgrtrack-do-tracking-p t)
'(python-python-command "/usr/bin/ipython")
'(safe-local-variable-values (quote ((eval add-hook (quote write-file-hooks) (quote time-stamp)) (package . clpython) (readtable . py-user-readtable) (Package . CLPYTHON\.TEST) (Package . CLIM-CLX) (Package . CLIM-NULL) (Package . DREI-LISP-SYNTAX) (Package . DREI-CORE) (Package . DREI-ABBREV) (Encoding . latin-1) (Package . CLPYTHON\.PACKAGE) (Package . CL-WHO) (Package . CLPYTHON\.PARSER) (Package . CLIM-DEMO) (Package . CLIM-INTERNALS) (Lowercase . T) (test-case-name . pyflakes) (Package . XREF) (Package . CLOSURE-PROTOCOL) (Readtable . GLISP) (Package . CL-USER) (Package . WS/X11) (Package . RENDERER) (Package . CLPYTHON\.MODULE\.POSIX) (Readtable . PY-USER-READTABLE) (Package . CLPYTHON\.MODULE\.SYS) (Syntax . COMMON-LISP) (Package . CLPYTHON) (Readtable . PY-AST-USER-READTABLE) (Package . dired) (Syntax . Common-Lisp) (Package . HEMLOCK-EXT) (Log . hemlock\.log) (Package . Hemlock-Internals) (Dictionary . /afs/cs/project/clisp/docs/hem/hem) (Package . Hemlock) (Log . /usr/lisp/scribe/hem/hem-docs\.log) (test-case-name . twisted\.test\.test_process) (Syntax . Common-lisp) (Package . XLIB) (Lowercase . Yes) (Syntax . ANSI-Common-Lisp) (Base . 10))))
'(temporary-file-directory "/home/paddy/.emacs.d/emacs-temp/")
'(truncate-partial-width-windows nil)
'(uniquify-buffer-name-style (\` reverse) nil (uniquify)))
;
(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 "green" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil))))
'(completions-first-difference ((default nil) (nil (:foreground "orange"))))
'(flymake-errline ((((class color) (background dark)) (:background "dark slate grey"))))
'(js2-builtin-face ((t (:foreground "lightsteelblue"))))
'(js2-comment-face ((t (:foreground "chocolate"))))
'(js2-function-name-face ((t (:foreground "lightskyblue"))))
'(js2-keyword-face ((t (:foreground "Cyan1"))))
'(js2-string-face ((t (:foreground "lightsalmon"))))
'(js2-type-face ((t (:foreground "palegreen"))))
'(js2-variable-name-face ((t (:foreground "LightGoldenrod"))))
'(js2-warning-face ((((class color) (background dark)) (:foreground "pink" :underline "orange")))))