summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 55305a3..ac7b269 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -190,10 +190,12 @@ Also change directories to current working directory."
;;; Enable the following commands because they're useful sometimes and
;;; I'm not an Emacs beginner anymore, they don't confuse me.
-(put 'upcase-region 'disabled nil)
+
(put 'downcase-region 'disabled nil)
+(put 'narrow-to-page 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(put 'scroll-left 'disabled nil)
+(put 'upcase-region 'disabled nil)
(defun oni:jabber-init ()
"Initialization function for jabber."