# HG changeset patch # User Oleksandr Gavenko # Date 1268859031 -7200 # Node ID 90b5ae643a6de138b6a0045d3bc39b20577b20d2 # Parent b7d0989d9472cc0495d2de02b97bd754ca4124bf Move code to proper place. diff -r b7d0989d9472 -r 90b5ae643a6d .emacs-my --- 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")