• 3 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: October 2nd, 2023

help-circle
  • camber-weaverBtoEmacs@communick.newsmulti-system init-file
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    This is pretty much exactly what I do. The only real hiccups I can think of:

    1. If you use Org Roam the different machines will have their own Sqlite databases and thus you may need to do an org-roam-db-sync when hopping.

    2. org-agenda may need to be refreshed when hopping machines.

    I have bound keys for both of those things to make the manual portion as non-disruptive as possible.





  • camber-weaverBtoEmacs@communick.newsHello lag, my old friend
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 months ago

    I’ve noticed I have a lot of latency right after startup and the thing which seems to help is a manual garbage collect. That’s bit odd because the last thing I do in my config is set a 5 second timer which is fed a lambda to run a gc after the timer expires. Regardless, I still have better results if I run the gc manually.

    I do load of metric ass ton of packages (and modes) and I recursively parse my Org/Org Roam directory for org-agenda items so I’m doing a lot of questionable things.

    As others have said, sounds like we might both benefit by spending some quality time with the profiler.