From 140284e9804fea1a3472985a523c0e92cd2867b9 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sun, 7 May 2023 22:19:28 +0200 Subject: app-emacs/god-mode: new package; add 2.18.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/god-mode/files/50god-mode-gentoo.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app-emacs/god-mode/files/50god-mode-gentoo.el (limited to 'app-emacs/god-mode/files') diff --git a/app-emacs/god-mode/files/50god-mode-gentoo.el b/app-emacs/god-mode/files/50god-mode-gentoo.el new file mode 100644 index 000000000000..46f7a9b1f48f --- /dev/null +++ b/app-emacs/god-mode/files/50god-mode-gentoo.el @@ -0,0 +1,9 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'god-execute-with-current-bindings "god-mode" + "Execute a single command from God mode, preserving current keybindings." t) +(autoload 'god-local-mode "god-mode" + "Minor mode for running commands." t) +(autoload 'god-mode "god-mode" + "Toggle global `god-local-mode'." t) +(autoload 'god-mode-all "god-mode" + "Toggle `god-local-mode' in all buffers." t) -- cgit v1.2.3-65-gdbad