X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=d84dc6e4eb5c766e89bfac3b2c6f9843063cb87e;hb=fb7cc8015acb927b7e0f3e04f1cb4d01f4d3c808;hp=8f200fc20f2a31d065686c0c75149b9b71a6d8cd;hpb=6620afcd108a72beba895e22653d8f58286c1a59;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 8f200fc..d84dc6e 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -175,6 +175,9 @@ (add-to-list 'auto-mode-alist '("\\.frag\\'" . glsl-mode)) (add-to-list 'auto-mode-alist '("\\.geom\\'" . glsl-mode)) +;; hengband-pickpref +(autoload 'hengband-pickpref-mode "hengband-pickpref-mode" nil t) + ;; jaspace (require-if-present 'jaspace) @@ -779,6 +782,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(diff-added ((t (:inherit diff-changed :foreground "medium spring green" :weight extra-bold)))) '(diff-removed ((t (:foreground "gold3" :weight extra-bold)))) '(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t)))) + '(font-lock-function-name-face ((t (:foreground "light steel blue" :weight bold)))) '(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t)))) '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold)))) '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))