--- a/.emacs-my Tue Jul 13 23:06:09 2010 +0300
+++ b/.emacs-my Thu Jul 15 00:26:36 2010 +0300
@@ -109,6 +109,7 @@
;; show column & line numbers in status bar
(setq column-number-mode t)
(setq line-number-mode t)
+(setq size-indication-mode t)
;; Also useful such format: (setq display-time-format " %H:%M %d-%m-%y ")
(setq display-time-24hr-format t)
@@ -252,7 +253,7 @@
(append my-text-mode-hook-list my-devel-mode-hook-list my-scroll-margin-mode-hook-list) )
;; ----------------------------------------------------------------------
-;; searching.
+;; search, isearch, occur.
(setq case-fold-search t)
@@ -260,10 +261,6 @@
(setq search-highlight t) ; highlight incremental search
;; ----------------------------------------------------------------------
-;; *Occur*
-(global-set-key [f7] 'occur) ; Key binding as in mc
-
-;; ----------------------------------------------------------------------
;; grep, find.
;; Assume that we have GNU grep, so -H available.