.emacs-my
changeset 407 d589dce9a738
parent 406 c7289ca7bfbe
child 410 9bc8199793b1
child 411 5aaccf6dacd5
equal deleted inserted replaced
406:c7289ca7bfbe 407:d589dce9a738
   218           "^\*tramp"
   218           "^\*tramp"
   219           "^\*Dired log\*"
   219           "^\*Dired log\*"
   220           "^\*Help\*"
   220           "^\*Help\*"
   221           "^\*Quail Completions\*"
   221           "^\*Quail Completions\*"
   222           "^\*Disabled Command\*"
   222           "^\*Disabled Command\*"
   223           "^\*vc\*"
       
   224           ))
   223           ))
   225 
   224 
   226 (require 'uniquify)
   225 (require 'uniquify)
   227 (setq uniquify-buffer-name-style 'post-forward)
   226 (setq uniquify-buffer-name-style 'post-forward)
   228 
   227