.org file load time on M1 macbook #811
-
Hi, I am relatively new to emacs, so please forgive the possible beginners ignorance. I just started learning org-mode and noticed a consistent delay between hitting the find-file and the one line .org file being ready in the window. Is there something I might have done wrong while installing emacs-plus using brew? (brew install emacs-plus@31 --with-xwidgets --with-imagemagick) Thnx |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
All is good. But I think that comparison is not fair. Emacs+ is just GNU Emacs, so if you want to understand if it's Emacs+ related or not, just test with other GNU Emacs build, for example https://emacsformacos.com (you can install it using Aquamacs is based on GNU Emacs 25.3, which is incredibly old version. There are so many differences between Emacs 30/31 and Emacs 25.3, there are also so many differences between Org mode bundled with Aquamacs and GNU Emacs 30+ - that all of that could easily be the culprit :)
You can also use profiler to see what exactly takes time. |
Beta Was this translation helpful? Give feedback.
All is good. But I think that comparison is not fair. Emacs+ is just GNU Emacs, so if you want to understand if it's Emacs+ related or not, just test with other GNU Emacs build, for example https://emacsformacos.com (you can install it using
brew --cask install emacs
). But make sure to compare the same version! I.e. If you are on Emacs 31, compare it to Emacs 31 build :)Aquamacs is based on GNU Emacs 25.3, which is incredibly old version. There are so many differences between Emacs 30/31 and Emacs 25.3, there are also so many differences bet…