Enable narrow-to-page and sort list
This commit is contained in:
parent
d0de62ba20
commit
0e6eddf666
1 changed files with 3 additions and 1 deletions
|
@ -190,10 +190,12 @@ Also change directories to current working directory."
|
||||||
|
|
||||||
;;; Enable the following commands because they're useful sometimes and
|
;;; Enable the following commands because they're useful sometimes and
|
||||||
;;; I'm not an Emacs beginner anymore, they don't confuse me.
|
;;; I'm not an Emacs beginner anymore, they don't confuse me.
|
||||||
(put 'upcase-region 'disabled nil)
|
|
||||||
(put 'downcase-region 'disabled nil)
|
(put 'downcase-region 'disabled nil)
|
||||||
|
(put 'narrow-to-page 'disabled nil)
|
||||||
(put 'narrow-to-region 'disabled nil)
|
(put 'narrow-to-region 'disabled nil)
|
||||||
(put 'scroll-left 'disabled nil)
|
(put 'scroll-left 'disabled nil)
|
||||||
|
(put 'upcase-region 'disabled nil)
|
||||||
|
|
||||||
(defun oni:jabber-init ()
|
(defun oni:jabber-init ()
|
||||||
"Initialization function for jabber."
|
"Initialization function for jabber."
|
||||||
|
|
Loading…
Reference in a new issue