Changeset 29482

Show
Ignore:
Timestamp:
02/03/09 18:41:07 (4 years ago)
Author:
kozo-ni
Message:

added elisp urls

Location:
dotfiles/emacs/kozo-ni/.emacs.d/conf
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/emacs/kozo-ni/.emacs.d/conf/init-dired.el

    r27187 r29482  
    44(require 'dired-x) 
    55 
    6 ;; http://www.emacswiki.org/cgi-bin/wiki/download/wdired.el 
    76(require 'wdired) 
    87(define-key dired-mode-map "r" 'wdired-change-to-wdired-mode) 
  • dotfiles/emacs/kozo-ni/.emacs.d/conf/init-elisp.el

    r27187 r29482  
    2222             (local-set-key "\C-c\C-v" 'describe-variable) 
    2323             ))) 
     24 
     25;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/install-elisp.el") 
     26;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/anything.el") 
     27;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/anything-config.el") 
     28;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/anything-match-plugin.el") 
     29;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/anything-complete.el") 
     30;; (install-elisp "http://www.emacswiki.org/cgi-bin/wiki/download/browse-kill-ring.el") 
     31;; (install-elisp "http://www.bookshelf.jp/elc/color-moccur.el") 
     32;; (install-elisp "http://www.bookshelf.jp/elc/moccur-edit.el") 
     33;; (install-elisp "http://www.cx4a.org/pub/auto-complete.el") 
     34;; (install-elisp "http://svn.coderepos.org/share/lang/elisp/anything-c-moccur/trunk/anything-c-moccur.el") 
  • dotfiles/emacs/kozo-ni/.emacs.d/conf/init-highlight.el

    r26045 r29482  
    1010;; http://d.hatena.ne.jp/Dubhead/20081203#p1 
    1111(global-highlight-changes 'active) 
    12