summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-06-01 12:22:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-06-01 12:22:04 -0700
commit05154411d53fdf50750a19df68d6cb763d7bab21 (patch)
tree8c3c7f5c142016422deb7be09e9995d435c14afc
parent023b7528290e5fb57b4e6c53b54f60f3551f4672 (diff)
downloaddotfiles-05154411d53fdf50750a19df68d6cb763d7bab21.tar.gz
set disabled-command-function
-rw-r--r--.emacs.d/init-spw.el3
1 files changed, 2 insertions, 1 deletions
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