Remove customized stuff.

This commit is contained in:
syl20bnr 2013-04-14 10:37:54 -04:00
parent 1b0c90f24a
commit 1e9c31c278

29
init.el
View file

@ -53,32 +53,3 @@
;; Customization settings =====================================================
(require 'custom-settings)
(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.
'(ahs-case-fold-search nil)
'(ahs-default-range (quote ahs-range-whole-buffer))
'(ahs-idle-interval 0.01)
'(expand-region-contract-fast-key "V")
'(expand-region-reset-fast-key "r")
'(haskell-notify-p t)
'(haskell-process-type (quote cabal-dev))
'(haskell-stylish-on-save t)
'(haskell-tags-on-save t)
'(safe-local-variable-values (quote ((eval when (and (buffer-file-name) (file-regular-p (buffer-file-name)) (string-match-p "^[^.]" (buffer-file-name))) (emacs-lisp-mode) (unless (featurep (quote package-build)) (let ((load-path (cons ".." load-path))) (require (quote package-build)))) (package-build-minor-mode)))))
'(term-default-bg-color "#002b36")
'(term-default-fg-color "#93a1a1"))
(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.
'(popup-face ((t (:background "#586e75" :foreground "#000000"))))
'(popup-menu-face ((t (:background "#586e75" :foreground "#000000"))))
'(popup-menu-mouse-face ((t (:background "#073642" :foreground "#dc322f" :box (:line-width -1 :style pressed-button)))))
'(popup-menu-selection-face ((t (:background "#073642" :foreground "#b58900" :box (:line-width -1 :style pressed-button) :overline "black" :weight bold))))
'(popup-scroll-bar-background-face ((t (:background "#586e75"))))
'(popup-scroll-bar-foreground-face ((t (:background "#002b36"))))
'(popup-tip-face ((t (:background "#586e75" :foreground "#000000" :slant italic)))))