Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

日付の区切り文字に %- を使えるようにするパッチ #40

Closed
koie opened this issue Nov 17, 2017 · 0 comments
Closed

日付の区切り文字に %- を使えるようにするパッチ #40

koie opened this issue Nov 17, 2017 · 0 comments

Comments

@koie
Copy link
Contributor

koie commented Nov 17, 2017

--- a/emacs/mhc-summary.el
+++ b/emacs/mhc-summary.el
@@ -171,6 +171,8 @@ which are replaced by the given informat
         'face mhc-tmp-day-face)
     (?/ (if mhc-tmp-first "/" " ")
         'face mhc-tmp-day-face)
+    (?- (if mhc-tmp-first "-" " ")
+        'face mhc-tmp-day-face)
     (?S " " 'face mhc-tmp-day-face)
     (?M (mhc-summary/line-month-string)
         'face mhc-tmp-day-face)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant