branch: externals/ergoemacs-mode
commit f46ac1c20758e4bcb23363f93b4533b55a0789fd
Author: Matthew Fidler <[email protected]>
Commit: Matthew Fidler <[email protected]>
Fix typo
---
ergoemacs-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index f8ced16..98be36e 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -85,7 +85,7 @@ Added beginning-of-buffer Alt+n (QWERTY notation) and
end-of-buffer Alt+Shift+n"
:initialize #'custom-initialize-default
:group 'ergoemacs-display)
-(defun ergoemacs-mode-unbind-emacs-keys t
+(defcustom ergoemacs-mode-unbind-emacs-keys t
"Unbind emacs keys."
:type 'boolean
:group 'ergoemacs-mode)