[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[mhc:01170] 曜日を漢字にする方法



スケージュル表示で
曜日を漢字にする方法はありますか。

設定方法を発見できなかったので、.emacsで
(eval-after-load "mhc-day"
  '(defun mhc-day-day-of-week-as-string (dayinfo)
     "Return three letter code of the day of week."
     (aref ["日 " "月 " "火 " "水 " "木 " "金 " "土 "]
           (mhc-day-day-of-week dayinfo))))
として逃げました。

--
KOIE Hidetaka 鯉江英隆 <hide@xxxxxxxx>