From 05154411d53fdf50750a19df68d6cb763d7bab21 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 1 Jun 2020 12:22:04 -0700 Subject: set disabled-command-function --- .emacs.d/init-spw.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init-spw.el b/.emacs.d/init-spw.el index 2094716d..74c0e7d7 100644 --- a/.emacs.d/init-spw.el +++ b/.emacs.d/init-spw.el @@ -352,6 +352,8 @@ add places the library might be available to `load-path'." ;; ... and resettle the previous occupant of C-x C-m (global-set-key "\M-x" mule-keymap) +(setq disabled-command-function nil) + ;;;; Assorted packages @@ -1034,7 +1036,6 @@ actually calls `org-edit-src-code'." (t (org-narrow-to-subtree)))) (t (narrow-to-defun)))) (bind-key "C-c n" 'mwf--narrow-or-widen-dwim) -(put 'narrow-to-region 'disabled nil) ;;; killing of words and regions -- cgit v1.2.3