egstatsml

joined 11 months ago
[–] egstatsml@alien.top 1 points 10 months ago

I think calling something like Doom as garbage is unwarranted and objectively untrue. It is a huge community project that is addressing the needs of that community and has helped a lot of people (myself included). Simply Because the needs of that community are not the same as your needs does not mean it is garbage. Even for people not using Doom, it is a hugely valuable resource for different ways to configure packages. I no longer use Doom, but I and others frequently return to their source to learn some tips on how to configure different packages.

People should simply use the right tool for the job. If someone wants to hit the ground running with sane modern defaults, doesn't want to spend a lot of time configuring Emacs, and wants to use Vim bindings, Doom is an excellent choice. If someone wants to learn how to configure Emacs on a deeper level, spinning your own config is maybe the way to go. Neither is right or wrong, they are simply serving two different purposes, and that is fantastic!

[–] egstatsml@alien.top 1 points 10 months ago

You could look at how Tecosaur does their splash screen, which uses SVGs and adjusts them based on the theme.

https://tecosaur.github.io/emacs-config/config.html#fancy-splash-screen

https://www.reddit.com/r/emacs/comments/fzz4l6/my_fancy_splash_screen/

Or maybe check out how PDF-tools handles midnight mode

https://github.com/vedang/pdf-tools/blob/c69e7656a4678fe25afbd29f3503dd19ee7f9896/lisp/pdf-view.el#L113

[–] egstatsml@alien.top 1 points 11 months ago

I tried Magit full-screen but It wasnt restoring my previous windows. I didn't know about the bury buffer function so this helps me out a lot. Thanks!

 

I just read Mickey's wonderful article on window management, and has given me the push I need to take control over my emacs windows/frames. I have an idea of what I will configure; maximum of two windows per frame, and if is my portrait frame split horizontally and split vertically for my landscape frame, plus some additional config for Magit. Before I take the plunge, I wanted to quickly reach out to see what other people have done for their configs to get some ideas. Figure might also be good to collect a few different configurations of window configs for people interested.

Some configs I have found on the way and will update with any suggestions people have:

  • Karthink's config, good integration with the popper package
  • emacs-pure - has some display-buffer-alist settings for magit which are of interest to me, as the built in magit methods for handling new frames isn't exactly what I want.

Any recommendations, please feel free to share them.