.emacs-my
changeset 1127 dec4b1d47f61
parent 1126 ac1679b2a4cb
child 1128 33ab3ce7f973
--- a/.emacs-my	Thu Apr 03 12:09:10 2014 +0300
+++ b/.emacs-my	Thu Apr 03 12:59:06 2014 +0300
@@ -839,13 +839,11 @@
 (setq uniquify-after-kill-buffer-p t)
 
 (setq read-buffer-completion-ignore-case t)
+(setq read-file-name-completion-ignore-case t)
 
 ;; buffer-menu better then buffer-list, but ibuffer much better.
 (global-set-key "\C-x\C-b" 'ibuffer)
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-(message "minibuffer")
-
 (icomplete-mode 1)
 (setq icomplete-with-completion-tables t)
 
@@ -856,7 +854,6 @@
         ;; Place dir at end to appear at the start of completion-ignored-extensions.
         "CVS/" ".hg/" ".svn/" ".git/" ".bzr/"
         ) )
-(setq read-file-name-completion-ignore-case t)
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 (message "completion")