• 0 Posts
  • 2 Comments
Joined 5 months ago
cake
Cake day: February 6th, 2024

help-circle

  • Does magit run normally for you? I run emacs on my phone but anytime I have to use git it gets unbearably slow. This includes magit, so i have it unloaded usually.

    Same for the vc package bundled with emacs, i had to include this on my config or files take too long to open:

    (when (eq system-type 'android)
      (setq-default vc-handled-backends nil)
    

    Also, what do you mean by this and how do you do it?

    disabling Emacs’ default behavior of running executables under system call tracing