summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-04-15 00:13:34 +0200
committerGravatar Tom Willemse2013-04-15 00:13:34 +0200
commit0e6eddf66641c85b71552dc12a5faeef40e2a43d (patch)
treea0e959bb2384119889e22dd8be1c24f90dbe742c /emacs
parentd0de62ba20f5d3c39db36422dc85883e70c9a22d (diff)
downloaddotfiles-0e6eddf66641c85b71552dc12a5faeef40e2a43d.tar.gz
dotfiles-0e6eddf66641c85b71552dc12a5faeef40e2a43d.zip
Enable narrow-to-page and sort list
Diffstat (limited to 'emacs')
-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."