.emacs-my
changeset 345 90b5ae643a6d
parent 344 b7d0989d9472
child 346 49c2486a125b
--- a/.emacs-my	Sun Mar 14 21:42:36 2010 +0200
+++ b/.emacs-my	Wed Mar 17 22:50:31 2010 +0200
@@ -131,6 +131,14 @@
 (setq generic-define-unix-modes t)
 (require 'generic-x)
 
+;; The following commands are usually disabled by default. Enable them...
+(put 'eval-expression  'disabled nil)
+(put 'downcase-region  'disabled nil)
+(put 'upcase-region    'disabled nil)
+(put 'narrow-to-page   'disabled nil)
+(put 'narrow-to-region 'disabled nil)
+(put 'scroll-left      'disabled nil)
+
 ;; ----------------------------------------------------------------------
 ;; switching, creating, selecting buffers.
 
@@ -468,18 +476,6 @@
 ;; discography - variant of BibTeX mode for discographies
 
 ;; ======================================================================
-;; unNOVICEd commands...
-;;
-;; The following commands are usually disabled by default. Enable them...
-
-(put 'eval-expression  'disabled nil)
-(put 'downcase-region  'disabled nil)
-(put 'upcase-region    'disabled nil)
-(put 'narrow-to-page   'disabled nil)
-(put 'narrow-to-region 'disabled nil)
-(put 'scroll-left      'disabled nil)
-
-;; ======================================================================
 ;; TEX.
 
 (setq tex-run-command "initex")