summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-25 23:06:05 -0500
committerCase Duckworth2021-08-25 23:06:05 -0500
commitc6393e9d9511e8efc78abed3c9536c0e5d645901 (patch)
tree78ca5ff24b6a06faeec393a2a2e2d9da84ed95fd /init.el
parentChange page navigation keys and enable repeat-map (diff)
downloademacs-c6393e9d9511e8efc78abed3c9536c0e5d645901.tar.gz
emacs-c6393e9d9511e8efc78abed3c9536c0e5d645901.zip
Fix bug with disabled-command-function
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index beb8611..60184dd 100644 --- a/init.el +++ b/init.el
@@ -963,7 +963,6 @@ like a dumbass."
963 (:option 963 (:option
964 attempt-orderly-shutdown-on-fatal-signal nil 964 attempt-orderly-shutdown-on-fatal-signal nil
965 attempt-stack-overflow-recovery nil 965 attempt-stack-overflow-recovery nil
966 disabled-command-function nil
967 echo-keystrokes 0.01 966 echo-keystrokes 0.01
968 find-function-C-source-directory (acdw/find-emacs-source) 967 find-function-C-source-directory (acdw/find-emacs-source)
969 kill-read-only-ok t 968 kill-read-only-ok t