From 0e6eddf66641c85b71552dc12a5faeef40e2a43d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 15 Apr 2013 00:13:34 +0200 Subject: Enable narrow-to-page and sort list --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emacs') 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." -- cgit v1.2.3-54-g00ecf