Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yuanle Song
zero-el
Commits
e328e79f
Commit
e328e79f
authored
Nov 03, 2019
by
Yuanle Song
Browse files
v2.0.4 add autoload for zero-input-mode
and zero-input-toggle alias.
parent
9d1f77fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
zero-input.el
View file @
e328e79f
...
...
@@ -12,7 +12,7 @@
;; See the License for the specific language governing permissions and
;; limitations under the License.
;; Version: 2.0.
3
;; Version: 2.0.
4
;; URL: https://gitlab.emacsos.com/sylecn/zero-el
;; Package-Requires: ((emacs "24.3") (s "1.2.0"))
...
...
@@ -243,7 +243,7 @@ If item is not in lst, return nil."
;; zero-input-el version
(
defvar
zero-input-version
nil
"Zero package version."
)
(
setq
zero-input-version
"2.0.
3
"
)
(
setq
zero-input-version
"2.0.
4
"
)
;; FSM state
(
defconst
zero-input--state-im-off
'IM-OFF
)
...
...
@@ -777,6 +777,7 @@ If full-width mode is enabled, show ZeroF;
Otherwise, show Zero."
(
if
zero-input-full-width-p
" ZeroF"
" Zero"
))
;;;###autoload
(
define-minor-mode
zero-input-mode
"a Chinese input method framework written as an emacs minor mode.
...
...
@@ -949,6 +950,7 @@ if IM-NAME is nil, use default empty input method"
(
interactive
)
(
zero-input-mode
-1
))
;;;###autoload
(
define-obsolete-function-alias
'zero-input-toggle
'zero-input-mode
"Zero-input v2.0.2"
"Toggle `zero-input-mode'."
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment