[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How do I position a child-frame below the point?
From: |
Aaron Jensen |
Subject: |
Re: How do I position a child-frame below the point? |
Date: |
Mon, 8 Jan 2018 00:30:17 -0500 |
From: Aaron Jensen (mailto:address@hidden)
> From: martin rudalics (mailto:address@hidden)
> > > Question #3:
> > >
> > > How do I hide the point? I've tried (cursor-type . nil) as above, but it
> > > shows up as a block nonetheless. I do wonder if evil is doing that,
> > > however...
> >
> > Which "evil"? The window manager?
>
> The vim emulation mode.
It was indeed evil-mode. Disabling it for that buffer works to hide
the point. An example for posterity:
(add-to-list 'evil-buffer-regexps '("^ \\*company-childframe\\*”))
Aaron