emacscollective / no-littering

Help keeping ~/.config/emacs clean
GNU General Public License v3.0
635 stars 69 forks source link

equake: theme equake-persistent-display-file #131

Closed emacsomancer closed 4 years ago

emacsomancer commented 4 years ago

Equake[1] needs to be able to figure out what display to open on. When the display value is not set in the environment, this task is complicated. So as one possible fallback, every time a graphical frame is opened we store its display value in equake-persistent-display-file as a potential cue to a likely display when the current display value is unset/inaccessible (i.e. fallback to last known good value).

[1] https://gitlab.com/emacsomancer/equake

tarsius commented 4 years ago

Thanks!