diff options
author | Case Duckworth | 2021-08-25 23:06:05 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-25 23:06:05 -0500 |
commit | c6393e9d9511e8efc78abed3c9536c0e5d645901 (patch) | |
tree | 78ca5ff24b6a06faeec393a2a2e2d9da84ed95fd | |
parent | Change page navigation keys and enable repeat-map (diff) | |
download | emacs-c6393e9d9511e8efc78abed3c9536c0e5d645901.tar.gz emacs-c6393e9d9511e8efc78abed3c9536c0e5d645901.zip |
Fix bug with disabled-command-function
-rw-r--r-- | init.el | 1 |
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 |