doomemacs/modules/input
Henrik Lissner 016d7b8fe3
fix(chinese): evil-pinyin: autoloads error
Some unknown difference between `loaddefs-generate` (Emacs 29+) and
`make-directory-autoloads` (<=28) causes evil-pinyin's autoloads file to
throw an error in 29+ when loaded, complaining about missing macros
defined by its dependencies (mainly `define-namespace` and
`evil-define-*`). Specifically, void-function errors.

Since the package is loaded almost immediately on startup, evil-pinyin's
autoloads file isn't needed in the first place, so by disabling it, the
error is resolved. This'll do until I can find a better solution or, at
least, the right party to report it to.

Ref: #6482
2023-02-23 18:41:58 -05:00
..
bidi docs: change link format 2022-10-05 01:01:19 +02:00
chinese fix(chinese): evil-pinyin: autoloads error 2023-02-23 18:41:58 -05:00
japanese bump: :input 2023-02-20 22:50:41 -05:00
layout docs: change link format 2022-10-05 01:01:19 +02:00
README.org revert: fix(docs): set mode in file-local vars 2022-08-07 19:08:07 +02:00

:input

Description

Modules in this category extend Emacs support for additional keyboard layouts and input methods for non-English languages.

Frequently asked questions

This category has no FAQs yet. Ask one?