.emacs
  一番短い .emacs
  設定内容
  M-x customize
    Auto Coding Alist
    changed
  諸々
setq
  setq の値
  display-time
  setq/defvar
試す・評価する
  Lisp Interaction
  (emacs-version)
  list
  (a b c)
  abc def ghij
  append
  cons
  eval-region
  C-x C-e
良く使う文
  autoload
  add-hook
    どんな hook ?
  global-set-key
良く使う変数
  Buffer-local variables
  load-path
    sample
  file-codin..alist
  auto-mode-alist
  fill-column
設定のこつ
  info
  分けて load
いろいろ
  Wanderlust
   draft に定形文
まとめ

Wanderlust

wl Wanderlust メールの読書き。 ~/.folder に自分の読むメール等の設定をする。 簡単に始めるには dot.folders を ~/.folder に写す。同様に、 dot.wl も ~/.wl に写す
`.emacs', `.wl' の設定
http://www.gohome.org/wl/doc/wl-euc_6.html#SEC13
autoload
(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-draft "wl-draft" 
           "Write draft with Wanderlust." t)
C-x m で wl を起動する
(global-set-key "\C-xm" 'wl)
wl 等で 添付書類を分割しない
(setq mime-edit-split-message nil)
dot.emacs
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08