sideframe
sideframe copied to clipboard
Emacs side frames
I just installed this on emacs 29.1, arch linux, everything updated. Basic Setup: ``` (require 'sideframe) (sideframe-make 'right 32 'dark) ``` I tried manually setting background and forground to colors,...
This package might be OS dependent, or have OS dependent features. I tried the most basic thing out I could think of, and have not seen any child frames. I...
What I did : Clone this repo under emacs.d load alist into dot emacs file start the daemon and it throw the error with make sideframe void error copied out...
I would think a common use case would be to get an existing command, like speedbar, to display within a side frame. An example of how to do this would...