X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=680cb9a3f7c1ab03f69477d2d7599dd75fa78543;hb=15cbb1d8174a29b98989eccb888caf3054db7475;hp=992c03946d15e36c791fc1d726f5f37edeae2a4e;hpb=c677719a0e51d2c9228dc7ebd09be1b5fb8bd84f;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 992c039..680cb9a 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -134,6 +134,9 @@ ;; ditz (require-if-present 'ditz) +;; mediawiki +(require-if-present 'mediawiki) + ;; jaspace (require-if-present 'jaspace) @@ -185,9 +188,13 @@ (append '(("\\.rst$" . rst-mode) ("\\.rest$" . rst-mode)) auto-mode-alist)) +;; xsltxt-mode +(autoload 'xsltxt-mode "xsltxt-mode" "Major mode for xsltxt." t) +(add-to-list 'auto-mode-alist '("\\.xsltxt$" . xsltxt-mode)) + ;; lua-mode (autoload 'lua-mode "lua-mode" "Lua editing mode." t) -(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode) auto-mode-alist) +(add-to-list 'auto-mode-alist '("\\.lua$" . lua-mode)) ;; twittering-mode (require-if-present 'twittering-mode) @@ -257,6 +264,11 @@ (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode)) (add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode)) +;; vimrc +(autoload 'vimrc-mode "vimrc-mode" + "Major mode for editing `.vimrc', `xxx.vim' and `.exrc' files." t) +(add-to-list 'auto-mode-alist '("\\.vim\\(rc\\)?$" . vimrc-mode)) + ;; ido (require 'ido) (ido-mode t) @@ -325,16 +337,6 @@ objc-mode-hook java-mode-hook)) -;; css -(autoload 'css-mode "css-mode" "For editing CSS file" t) -(setq cssm-indent-level 4) -(setq cssm-mirror-mode nil) -(setq cssm-indent-function 'cssm-c-style-indenter) -(setq auto-mode-alist - (append - '(("\\.css$" . css-mode)) - auto-mode-alist)) - ;; EmacsWiki (autoload 'emacs-wiki-find-file "emacs-wiki" "Emacs Wiki" t) (defalias 'wiki 'emacs-wiki-find-file) @@ -380,7 +382,26 @@ (autoload 'po-mode "po-mode") (setq auto-mode-alist (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode) - auto-mode-alist)) + auto-mode-alist)) + +;; csv-mode +(autoload 'csv-mode "csv-mode" + "Major mode for editing comma-separated value files." t) +(add-to-list 'auto-mode-alist '("\\.[Cc][Ss][Vv]\\'" . csv-mode)) + +;; yaml-mode +(autoload 'yaml-mode "yaml-mode" + "Major mode for editing YAML files." t) +(add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode)) + +;; Troublesome Tasks +(if (equal (system-name) "seras") + (progn + (defun edit-troublesome-tasks () + (interactive) + (elscreen-create) + (find-file (expand-file-name "~/var/troublesome-tasks.txt"))) + (define-key ctl-x-map "MT" #'edit-troublesome-tasks))) ;; ChangeLog (setq user-full-name "PHO") @@ -413,13 +434,13 @@ ;; Emacs Calc (add-hook 'calc-start-hook - (lambda () - (if (functionp 'paren-deactivate) - (paren-deactivate)))) + (lambda () + (if (functionp 'paren-deactivate) + (paren-deactivate)))) (add-hook 'calc-end-hook - (lambda () - (if (functionp 'paren-activate) - (paren-activate)))) + (lambda () + (if (functionp 'paren-activate) + (paren-activate)))) ;;; emacs-w3m (autoload 'w3m "w3m" "Interface for w3m on Emacs." t) @@ -456,6 +477,7 @@ '(compilation-scroll-output (quote first-error)) '(completion-ignored-extensions (quote (".svn/" "CVS/" ".o" "~" ".bin" ".lbin" ".so" ".a" ".ln" ".blg" ".bbl" ".elc" ".lof" ".glo" ".idx" ".lot" ".dvi" ".fmt" ".tfm" ".pdf" ".class" ".fas" ".lib" ".mem" ".x86f" ".sparcf" ".fasl" ".ufsl" ".fsl" ".dxl" ".pfsl" ".dfsl" ".lo" ".la" ".gmo" ".mo" ".toc" ".aux" ".cp" ".fn" ".ky" ".pg" ".tp" ".vr" ".cps" ".fns" ".kys" ".pgs" ".tps" ".vrs" ".pyc" ".pyo" ".hi"))) '(cperl-merge-trailing-else nil) + '(csv-align-style (quote auto)) '(default-frame-alist (quote ((tool-bar-lines . 0) (menu-bar-lines . 1) (width . 80) (height . 25) (right-fringe) (left-fringe)))) '(ditz-find-issue-directory-automatically-flag t) '(ecb-add-path-for-not-matching-files (quote (t))) @@ -467,6 +489,7 @@ '(ecb-tree-buffer-style (quote ascii-guides)) '(ecb-windows-width 0.2) '(elscreen-display-tab t) + '(global-whitespace-mode t) '(haskell-program-name "ghci") '(ido-enable-flex-matching t) '(ido-everywhere t) @@ -483,6 +506,7 @@ '(js2-indent-on-enter-key nil) '(js2-mirror-mode nil) '(js2-use-font-lock-faces t) + '(mediawiki-site-alist (quote (("Wikipedia" "http://en.wikipedia.org/w/" "username" "password" "Main Page") ("YmirDev" "https://ymirlink:santamo@update.forcast.jp/fcdiv/mwiki/" "PHO" "" "メインページ")))) '(mew-field-spec (quote (("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t mew-face-header-important mew-face-header-important) ("^Subject:$" t mew-face-header-important mew-face-header-subject) ("^From:$" t mew-face-header-important mew-face-header-from) ("^\\(To\\|Apparently-To\\):$" t mew-face-header-important mew-face-header-to) ("^\\(Cc\\|Dcc\\|Bcc\\):$" t mew-face-header-important mew-face-header-to) ("^Newsgroups:$" t mew-face-header-important mew-face-header-to) ("^Date:$" t mew-face-header-important mew-face-header-date) ("^Reply-To:$" t) ("^X-Mailer:$" t) ("^X-Mew:$" t mew-face-header-important mew-face-header-xmew) ("^\\(Received\\|Return-Path\\|Sender\\|Errors-To\\):$" nil) ("^\\(Path\\|Distribution\\|Xref\\):$" nil) ("^NNTP-Posting-" nil) ("^\\(Message-Id\\|Posted\\|In-Reply-To\\|References\\|Precedence\\):$" nil) ("^Delivered-" nil) ("^List-" nil) ("^\\(Mime-Version\\|Lines\\):$" nil) ("^From$" nil) ("^Status:$" nil) ("^Face:$" nil mew-face-header-private mew-face-header-marginal) ("^X-Text-Classification:$" t mew-face-header-important mew-face-header-important) ("^X-POPFile-Link:$" t mew-face-header-important mew-face-body-url) ("^\\(X\\|Original\\)-" nil mew-face-header-private mew-face-header-marginal)))) '(mew-refile-guess-alist (quote (("From:" ("noreply@adc1.apple.com" . "+mm/adc") ("mag2 ID 0000022139" . "+mm/2ch") ("noreply@sourceforge.net" . "+from/sf-net")) ("Subject:" ("w3m-dev" . "+ml/w3m-dev")) ("To:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users") ("fink-devel@lists.sourceforge.net" . "+ml/fink-devel")) ("Reply-To:" ("yun@kokonoe.com" . "+mm/kokonoe")) ("Cc:" ("glasgow-haskell-users@haskell.org" . "+ml/ghc-users"))))) '(mew-scan-fields (quote ("Folder:" "Filename:" "Subject:" "Date:" "From:" "To:" "Cc:" "Content-Type:" "Content-Transfer-Encoding:" "X-Mew-Uidl:" "Message-Id:" "In-Reply-To:" "References:" "X-Mew-Ref:" "X-Text-Classification:" "Body"))) @@ -528,15 +552,21 @@ '(w3m-output-coding-system (quote utf-8)) '(w3m-terminal-coding-system (quote utf-8)) '(w3m-use-cookies t) + '(whitespace-style (quote (face tabs trailing lines-tail space-before-tab newline indentation empty space-after-tab tab-mark))) + '(woman-cache-filename "~/.wmncach.el") '(x-select-enable-clipboard t)) (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. + '(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)))) '(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)))) '(navi2ch-bm-updated-unread-face ((t (:foreground "DarkSeaGreen3" :weight bold)))) - '(which-func-face ((t (:background "black" :foreground "dark orange"))))) + '(which-func-face ((t (:background "black" :foreground "dark orange")))) + '(whitespace-indentation ((t (:foreground "dimgray" :underline t)))) + '(whitespace-line ((t (:background "gray20")))))