.emacs.d/ag-custom.el
author Adam Gomaa <adam@gomaa.us>
Sun Dec 18 13:13:02 2011 -0500
changeset 521 67f37d330ad0
parent 516 54c3c01909a4
child 523 013a4058a9fa
permissions -rw-r--r--
Remove project & _list_projects, I don't use them anymore.
     1 (custom-set-variables
     2   ;; custom-set-variables was added by Custom.
     3   ;; If you edit it by hand, you could mess it up, so be careful.
     4   ;; Your init file should contain only one such instance.
     5   ;; If there is more than one, they won't work right.
     6  '(auto-save-default nil)
     7  '(auto-save-list-file-prefix "~/var/tmp/emacs/auto-save-list/saves-")
     8  '(backup-directory-alist (quote (("." . "/home/akg/var/tmp/emacs/backups/"))))
     9  '(blink-cursor-mode nil)
    10  '(desktop-base-file-name "emacs.desktop")
    11  '(desktop-base-lock-name "emacs.desktop.lock")
    12  '(desktop-load-locked-desktop t)
    13  '(desktop-path (quote ("~/.config/emacs/")))
    14  '(desktop-save t)
    15  '(desktop-save-mode t)
    16  '(enable-local-variables :safe)
    17  '(flyspell-auto-correct-binding nil)
    18  '(js2-highlight-level 3)
    19  '(js2-indent-on-enter-key t)
    20  '(make-backup-files nil)
    21  '(mode-line-inverse-video t)
    22  '(temporary-file-directory "/home/akg/var/tmp/emacs/")
    23  '(which-function-mode t))
    24 (custom-set-faces
    25   ;; custom-set-faces was added by Custom.
    26   ;; If you edit it by hand, you could mess it up, so be careful.
    27   ;; Your init file should contain only one such instance.
    28   ;; If there is more than one, they won't work right.
    29  '(default ((t (:inherit nil :stipple nil :background "black" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 100 :width normal :foundry "unknown" :family "Liberation Mono"))))
    30  '(highlight-80+ ((t (:background "dark blue"))))
    31  '(ido-first-match ((t (:underline t))))
    32  '(js2-comment-face ((t (:foreground "#f90"))))
    33  '(js2-function-name-face ((t (:foreground "#cc0"))))
    34  '(js2-keyword-face ((t (:foreground "LightBlue"))))
    35  '(js2-string-face ((t (:foreground "Green"))))
    36  '(mode-line ((t (:background "white" :foreground "black" :box (:line-width -1 :style released-button)))))
    37  '(mode-line-highlight ((t (:box (:line-width 2 :color "white" :style released-button)))))
    38  '(mode-line-inactive ((t (:inherit mode-line :background "grey60" :foreground "black" :box (:line-width -1 :color "grey40") :weight light)))))