-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some README adjustments and release preparation for Ver 1.3.
- Loading branch information
Showing
3 changed files
with
31 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
;; Copyright (C) 2023 Kiyoka Nishiyama | ||
;; | ||
;; Author: Kiyoka Nishiyama <[email protected]> | ||
;; Version: 1.2.0 ;;SUMIBI-VERSION | ||
;; Version: 1.3.0 ;;SUMIBI-VERSION | ||
;; Keywords: ime, japanese | ||
;; Package-Requires: ((cl-lib "1.0") (popup "0.5.9") (unicode-escapeo "20230109.1222")) | ||
;; URL: https://github.com/kiyoka/Sumibi | ||
|
@@ -1273,7 +1273,7 @@ point から行頭方向に同種の文字列が続く間を漢字変換しま | |
(setq default-input-method "japanese-sumibi") | ||
|
||
(defconst sumibi-version | ||
"1.2.0" ;;SUMIBI-VERSION | ||
"1.3.0" ;;SUMIBI-VERSION | ||
) | ||
(defun sumibi-version (&optional arg) | ||
"入力モード変更" | ||
|