You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/god-mode/files/50god-mode-gentoo.el

10 lines
402 B

(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)