Releases: emacsorphanage/god-mode
Releases · emacsorphanage/god-mode
2.18.0
- Describe key bindings when
god-local-mode
is active (experimental)
- Use keywords rather than deprecated positional arguments to define
god-local-mode
minor mode
- Added Emacs 28 to CI build matrix
- Corrected LICENSE content to GPLv3
- Lots of README changes
2.17.3
- Add more translations in
god-mode-sanitized-key-alist
(#121)
- Fix README for disabling function key translation (#120)
- Add Emacs 27.1 to CI build matrix
2.17.2
- Fix use of
god-mode-alist
in god-mode-upper-p
(#116)
- Fix error message if
god-execute-with-current-bindings
deletes buffer (#117, #118)
- Add
god-mode-enable-function-key-translation
variable to toggle function key translation (#119)
2.17.1
- Call
prefix-help-command
on entering help-char
(#115)
2.17.0
- Drop support for Emacs 24.x 💥
- Add
god-execute-with-current-bindings
command for usage with Evil
- Minor fixes:
- Sanitize <up> and <down> keys in
god-local-mode
- Declare
god-exempt-major-modes
custom variable as list of symbols
- Rename
major-mode
to mode
in god-mode-child-of-p
function
2.16.2
- Add more major modes to
god-exempt-major-modes
- Lots of README and documentation changes
2.16.1
- Add support for numbered function keys F1-F35 (#112)
- Remove hard-coded G key (use
god-mod-alist
keys)
- Rename
god-mod-alist
to god-mode-alist
with backward compatibility and deprecate god-mod-alist
2.16.0
First release since transfer