2012-01-18
■
emacs23
入れたーー 日本語メニューzipあげたいけど
あげかたがわからん。。
構成だけうpる
.emacs.d
total used in directory 2 available 242958360
-rw-rw-rw- 1 note None 346 01-18 01:05 #init.el#
drwxrwxrwx 1 note None 0 01-18 01:35 .
drwxrwxrwx 1 note None 0 01-12 22:46 ..
drwxrwxrwx 1 note None 0 01-18 22:31 auto-save-list
drwxrwxrwx 1 note None 0 01-18 01:36 elisp
-rw-rw-rw- 1 note None 538 01-18 01:38 init.el
-rw-rw-rw- 1 note None 323 01-18 00:19 init.el~
drwxrwxrwx 1 note None 0 01-18 01:38 lisp
init.el
((default-directory (expand-file-name "~/.emacs.d/lisp")))
(add-to-list 'load-path default-directory)
(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-subdirs-to-load-path)))
(require 'menu-tree)
(add-hook 'dired-load-hook (lambda () (load "dired-x")))
;; (add-to-list 'default-frame-alist '(alpha . 90))
(add-to-list 'load-path "~/.emacs.d/elisp")
;; color-moccur
;;(require 'color-moccur)
;;(require 'moccur-edit)
;; color-moccur
lisp した
total used in directory 219 available 242958392
drwxrwxrwx 1 note None 0 01-18 01:38 .
drwxrwxrwx 1 note None 0 01-18 01:35 ..
-rw-rw-rw- 1 note None 132312 01-18 01:38 color-moccur.el
-rw-rw-rw- 1 note None 73854 2010-11-30 menu-tree.el
-rw-rw-rw- 1 note None 17990 01-18 01:38 moccur-edit.el