Wanderlust Tips (2)
フォルダとサマリで選択したラインがboldになってずれたので、boldしないようにして、サマリでは選択行の背景色を変える
(custom-set-faces
'(wl-highlight-folder-path-face ((t (:underline t))))
'(wl-highlight-summary-displaying-face ((t (:background "light goldenrod"))))
)
メニュー方式でカスタマイズする
M-x customize-group RET wl RET
全ファイルを自動リファイル対象にする
(setq wl-summary-auto-refile-skip-marks nil)
The comments to this entry are closed.
Comments