(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.
'(auto-compression-mode t nil (jka-compr))
'(blink-cursor-delay 0)
'(blink-cursor-interval 0.4)
'(buffers-menu-max-size 30)
'(case-fold-search t)
'(column-number-mode t)
'(compilation-scroll-output t)
'(csv-separators (quote ("," ";" "|" " ")))
'(current-language-environment "UTF-8")
'(default-input-method "latin-1-prefix")
'(desktop-save t)
'(ecb-compile-window-height 0.2)
'(ecb-create-layout-file "~/.emacs.d/.ecb-user-layouts.el")
'(ecb-grep-find-function (quote rgrep))
'(ecb-layout-name "right-nav")
'(ecb-layout-window-sizes (quote (("left-analyse" (0.20297029702970298 . 0.33962264150943394) (0.20297029702970298 . 0.20754716981132076) (0.20297029702970298 . 0.20754716981132076) (0.20297029702970298 . 0.22641509433962265)))))
'(ecb-options-version "2.33beta1")
'(ecb-primary-secondary-mouse-buttons (quote mouse-1--C-mouse-1))
'(ecb-process-non-semantic-files nil)
'(ecb-run-ediff-in-ecb-frame nil)
'(ecb-tip-of-the-day nil)
'(ecb-wget-setup (quote ("wget" . other)))
'(ecb-windows-width 0.2)
'(ediff-split-window-function (quote split-window-horizontally))
'(ediff-window-setup-function (quote ediff-setup-windows-plain))
'(european-calendar-style t)
'(face-default-stipple "gray3" t)
'(follow-auto nil)
'(frame-background-mode nil)
'(global-font-lock-mode t nil (font-lock))
'(global-hl-line-mode nil)
'(grep-highlight-matches t)
'(grep-scroll-output t)
'(highlight-changes-global-changes-existing-buffers t)
'(highlight-changes-global-initial-state (quote active))
'(ibuffer-enable t)
'(indent-tabs-mode nil)
'(inhibit-startup-screen t)
'(make-backup-files nil)
'(mouse-yank-at-point t)
'(org-agenda-files (quote ("~/Documents/general.org" "~/Projects/rails-runit/TODO" "~/.emacs.d/TODO" "~/Projects/racetempo.org" "~/Projects/autoscout/as24.org" "~/Projects/looktothestars-admin/ltts.org" "~/Projects/sproglogs-admin/sproglogs.org")))
'(org-agenda-include-diary t)
'(org-agenda-ndays 14)
'(org-agenda-window-setup (quote current-window))
'(org-fast-tag-selection-single-key (quote expert))
'(org-link-abbrev-alist (quote (("as24trac" . "https://iss-trac.autoscout24.com/projects/ISS/ticket/"))))
'(org-tags-column 80)
'(quack-fontify-style nil)
'(rails-ws:default-server-type "thin")
'(recentf-exclude (quote ("/tmp/" "/ssh:")))
'(recentf-mode t)
'(ruby-electric-expand-delimiters-list nil)
'(ruby-insert-encoding-magic-comment nil)
'(ruby-use-encoding-map nil)
'(safe-local-variable-values (quote ((org-export-publishing-directory . "tmp") (encoding . iso-8859-15) (Package . LISP-UNIT))))
'(show-paren-mode t)
'(show-paren-style (quote mixed))
'(show-trailing-whitespace t)
'(slime-autodoc-mode t t)
'(speedbar-directory-unshown-regexp "^\\(CVS\\|RCS\\|SCCS\\|\\.svn\\|_darcs\\)\\'")
'(speedbar-show-unknown-files t)
'(speedbar-use-images nil)
'(svn-status-hide-unmodified t)
'(tooltip-delay 1.5)
'(tooltip-mode t nil (tooltip))
'(transient-mark-mode t)
'(truncate-lines nil)
'(truncate-partial-width-windows nil)
'(visible-bell t)
'(whitespace-check-indent-whitespace t)
'(whitespace-display-in-modeline nil)
'(whitespace-display-spaces-in-color nil)
'(whitespace-errbuf "*Messages*")
'(whitespace-global-mode t)
'(whitespace-silent t))
(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 (:slant normal :weight normal :height 110 :width normal :foundry "apple" :family "Monaco"))))
'(darcsum-need-action-marked-face ((t (:foreground "forestgreen"))))
'(flymake-errline ((((class color)) (:background "red3"))))
'(flymake-warnline ((((class color)) (:background "red4"))))
'(highlight ((t (:background "white" :foreground "black"))))
'(highline-face ((t (:background "floral white"))))
'(hl-line ((t (:background "magenta3"))))
'(mmm-code-submode-face ((((class color) (background dark)) (:background "DarkSlateGrey")) (((class color) (background light)) (:background "Thistle2"))))
'(mmm-comment-submode-face ((((class color) (background dark)) (:background "DarkSlateGrey" :foreground "OrangeRed")) (((class color) (background light)) (:background "khaki3"))))
'(mmm-output-submode-face ((((class color) (background dark)) (:background "Navy")) (((class color) (background light)) (:background "Thistle3"))))
'(org-tag ((t (:underline t))))
'(whitespace-highlight ((((class color) (background light)) (:background "Pink1")))))