]> gitweb @ CieloNegro.org - sugar.git/blobdiff - dot-files/_emacs_el
Auto commit by The Sugar System.
[sugar.git] / dot-files / _emacs_el
index 6e04631a40e53d8380ebfbea50a48159e5a470e3..d0920c1934dee2bc58dcb4f29063f3840fc23b42 100644 (file)
 (global-font-lock-mode t)
 
 (auto-compression-mode t)
+(which-function-mode t)
 (setq visible-bell t)
 (setq ring-bell-function (lambda ()))
-(windmove-default-keybindings)
 
-(server-start)
+(require 'server)
+(if (server-running-p)
+    (message "Warning: server %S is already running." server-name)
+  (server-start))
+
+;; windmove
+(windmove-default-keybindings)
 
 ;; Host specific configuration ------------------------------------------------
 (let ((host (system-name)))
       (load-file path)
     (message "Warning: file %s is absent" path)))
 
+;; session
+(require-if-present 'session)
+
 ;; flyspell
 (require-if-present 'flyspell)
 
       (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)
                          (add-to-list 'riece-addons 'riece-keyword)
                          (add-to-list 'riece-addons 'riece-ctlseq)))
 
-;; ecb
+;; CEDET
+(add-to-list 'load-path "/usr/pkg/share/emacs/cedet/common")
+(require-if-present 'cedet)
+
+;; ECB
 (require-if-present 'ecb-autoloads)
 (let* ((hosts '(("netbsd." .
                  (("~/sandbox/yxmimeproc" "yxmimeproc")
 ;; javascript
 (autoload 'js2-mode "js2" nil t)
 (add-to-list 'auto-mode-alist '("\\.js$" . js2-mode))
+(add-to-list 'auto-mode-alist '("\\.json$" . javascript-mode))
 
 ;; ido
 (require 'ido)
  (add-hook 'haskell-mode-hook
    (lambda () (set-input-method "haskell-unicode")))
 
-
 ;; Hoogle
 (autoload 'hoogle-lookup "hoogle" "Hoogle" t)
 (global-set-key (kbd "C-c h") 'hoogle-lookup)
       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)
 
 ;; SKK
 (require 'skk-autoloads)
+(require 'skk-study)
 (global-set-key "\C-x\C-j" 'skk-mode)
 (global-set-key "\C-xj" 'skk-auto-fill-mode)
 (global-set-key "\C-xt" 'skk-tutorial)
 (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))
 
 ;; ChangeLog
 (setq user-full-name "PHO")
  '(canlock-password "a14fa4d2601465d55585c291fa8b3943e189e716")
  '(cleite:auto-refresh-interval nil)
  '(cleite:measure-srpc-call-time t)
+ '(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)))
  '(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)
  '(newsticker-url-list-defaults (quote (("slashdot" "http://slashdot.org/index.rss" nil 3600))))
  '(nxml-auto-insert-xml-declaration-flag t)
  '(nxml-slash-auto-complete-flag t)
+ '(org-replace-disputed-keys t)
  '(rcirc-server-alist (quote (("irc1.ymir.jp" :nick "PHO`cons" nil nil))))
  '(riece-layout "default")
  '(riece-layout-alist (quote (("middle-right" riece-configure-windows right middle) ("middle-left" riece-configure-windows left middle) ("top-right" riece-configure-windows right top) ("top-left" riece-configure-windows left top) ("bottom-right" riece-configure-windows right bottom) ("bottom-left" riece-configure-windows left bottom) ("top" riece-configure-windows-top) ("spiral" riece-configure-windows-spiral) ("default" . "middle-right"))))
  '(riece-others-buffer-mode nil)
- '(rng-schema-locating-files (quote ("schemas.xml" "/sw/share/schema/schemas.xml" "~/share/nxml/schemas.xml")))
+ '(rng-schema-locating-files (quote ("schemas.xml" "~/share/nxml/schemas.xml" "/usr/pkg/share/emacs/site-lisp/nxml-mode/schema/schemas.xml")))
  '(rst-level-face-base-light 50)
  '(safe-local-variable-values (quote ((todo-categories "Todo" "Todo" "Todo" "Todo"))))
+ '(session-use-package t nil (session))
  '(tramp-auto-save-directory "/tmp/tramp-auto-save")
  '(tramp-completion-reread-directory-timeout 2)
  '(tramp-default-host "localhost")
  '(tramp-default-method "sshx")
+ '(uniquify-buffer-name-style (quote forward) nil (uniquify))
+ '(uniquify-trailing-separator-p t)
  '(w3m-bookmark-file-coding-system (quote utf-8))
  '(w3m-coding-system (quote utf-8))
  '(w3m-coding-system-priority-list (quote (utf-8)))
  '(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 space-before-tab newline indentation empty space-after-tab tab-mark)))
  '(x-select-enable-clipboard t))
 (custom-set-faces
   ;; custom-set-faces was added by Custom.