Adam Sherwood

Results 28 comments of Adam Sherwood

It sounds like the folder it is working in is not the folder it is called from. Honestly, I don't know how bash does this in OSX, but I think...

I haven't touched this or Django in years, so I don't know off the top of my head what may be causing your issue. "Dont work" and the import error...

Candidly, I have no idea. I haven't touched this or Django for a few years. I may, at some point, fire it up and see if I can sort it...

It seems I can affect size changes this way: ```elisp (setq emacs-everywhere-frame-parameters '((name . "emacs-everywhere") (height . 18) (width . 80))) ``` But positioning directives don't work, and this window...

Thanks for the response, @tecosaur. Unfortunately, the contents of this function you mention are precisely what I seek. I'm not sure why this is an invalid question. I'm sure there...

I suspect I am out of my depth here. I am not directly making any calls to `emacs-everywhere-set-frame-position`, so I presume it is happening in the doom module somewhere. I'm...

Just to clarify, when you say "This is invalid in the sense that it's trying to use emacs-everywhere in a way it's not designed to handle," I assume that doesn't...

Cool. Am I barking up the wrong tree then by asking, what is the designed method for having this be on screen?

By on screen, I simply mean not off the screen as shown here. Nevertheless, it seems clear that the option is to learn how to write the function you reference....

Wow. [I always mess up some mundane detail](https://youtu.be/3fGHaVn5rGo). :) Thank you. Works like a charm.