.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.
adam@504
     1
(custom-set-variables
adam@520
     2
  ;; custom-set-variables was added by Custom.
adam@520
     3
  ;; If you edit it by hand, you could mess it up, so be careful.
adam@520
     4
  ;; Your init file should contain only one such instance.
adam@520
     5
  ;; If there is more than one, they won't work right.
adam@504
     6
 '(auto-save-default nil)
adam@504
     7
 '(auto-save-list-file-prefix "~/var/tmp/emacs/auto-save-list/saves-")
adam@516
     8
 '(backup-directory-alist (quote (("." . "/home/akg/var/tmp/emacs/backups/"))))
adam@504
     9
 '(blink-cursor-mode nil)
adam@504
    10
 '(desktop-base-file-name "emacs.desktop")
adam@504
    11
 '(desktop-base-lock-name "emacs.desktop.lock")
adam@504
    12
 '(desktop-load-locked-desktop t)
adam@504
    13
 '(desktop-path (quote ("~/.config/emacs/")))
adam@504
    14
 '(desktop-save t)
adam@504
    15
 '(desktop-save-mode t)
adam@504
    16
 '(enable-local-variables :safe)
adam@504
    17
 '(flyspell-auto-correct-binding nil)
adam@504
    18
 '(js2-highlight-level 3)
adam@504
    19
 '(js2-indent-on-enter-key t)
adam@504
    20
 '(make-backup-files nil)
adam@504
    21
 '(mode-line-inverse-video t)
adam@516
    22
 '(temporary-file-directory "/home/akg/var/tmp/emacs/")
adam@504
    23
 '(which-function-mode t))
adam@504
    24
(custom-set-faces
adam@520
    25
  ;; custom-set-faces was added by Custom.
adam@520
    26
  ;; If you edit it by hand, you could mess it up, so be careful.
adam@520
    27
  ;; Your init file should contain only one such instance.
adam@520
    28
  ;; If there is more than one, they won't work right.
adam@520
    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"))))
adam@504
    30
 '(highlight-80+ ((t (:background "dark blue"))))
adam@520
    31
 '(ido-first-match ((t (:underline t))))
adam@504
    32
 '(js2-comment-face ((t (:foreground "#f90"))))
adam@504
    33
 '(js2-function-name-face ((t (:foreground "#cc0"))))
adam@504
    34
 '(js2-keyword-face ((t (:foreground "LightBlue"))))
adam@504
    35
 '(js2-string-face ((t (:foreground "Green"))))
adam@504
    36
 '(mode-line ((t (:background "white" :foreground "black" :box (:line-width -1 :style released-button)))))
adam@504
    37
 '(mode-line-highlight ((t (:box (:line-width 2 :color "white" :style released-button)))))
adam@520
    38
 '(mode-line-inactive ((t (:inherit mode-line :background "grey60" :foreground "black" :box (:line-width -1 :color "grey40") :weight light)))))