Skip to content

Releases: emacsorphanage/god-mode

2.18.0

22 Dec 00:11
c7754ea
Compare
Choose a tag to compare
  • 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

02 Jan 05:25
a72feb2
Compare
Choose a tag to compare
  • 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

08 Jul 22:02
2e51931
Compare
Choose a tag to compare
  • 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

27 Jun 01:39
6bbaee5
Compare
Choose a tag to compare
  • Call prefix-help-command on entering help-char (#115)

2.17.0

31 May 06:11
5f7c1e1
Compare
Choose a tag to compare
  • 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

13 Apr 21:44
1eb6ef3
Compare
Choose a tag to compare
  • Add more major modes to god-exempt-major-modes
  • Lots of README and documentation changes

2.16.1

10 Apr 21:39
Compare
Choose a tag to compare
  • 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

29 Mar 02:10
b82ce18
Compare
Choose a tag to compare

First release since transfer