Richard Klinda <ignotus@xxxxxxxxxxx> writes:
>>>>>> Zajcev Evgeny writes:
>
>
> > I want to rename xwemrc.el to init.el
>
> I don't like that because it would make switching to that buffer hard
> (because I already have an "init.el" buffer (xemacs's) open)! xwemrc.el
> is unique, init.el is not.
>
> > I also want to introduce custom.el, where all changes of xwem groups
> > made from Emacs customization interface, will go ..
>
> I don't really care about this, only that custom.el is not unique (same
> as above).
Good reason!(for both init.el and custom.el), however you could use:
(require 'uniquify)
(setq uniquify-buffer-name-style 'forward)
to resolve filename unification problems
--
lg
|