(custom-set-variables
 '(ctl-arrow 128)
 '(font-lock-maximum-decoration t))
(custom-set-faces
 '(default ((t (:foreground "white" :background "black"))) t)
 '(custom-button-face ((t (:foreground "yellow" :bold t))))
 '(display-time-time-balloon-face ((t (:foreground "cyan"))))
 '(gnus-header-name-face ((((class color) (background dark)) (:foreground "yellow"))))
 '(isearch-secondary ((t (:foreground "yellow"))) t)
 '(red ((t (:foreground "cyan"))) t)
 '(widget-button-pressed-face ((((class color)) (:foreground "cyan")))))

(setq minibuffer-max-depth nil)
(setq save-place t)
