a-schaefers/spartan-emacs

Vetted packages arent native compiled automatically

Closed this issue · 1 comments

For most of them, doesn't matter. Work around is to,

  1. open file
  2. M-x `emacs-lisp-native-compile-and-load'

I'd do this for s.el, amx, and ido-completing-read+

This should be fixed for all the libs in that directory to programatically to do this with something similar to,

    ;; native-compile all Elisp files under a directory
    (native-compile-async "/path/to/packages" 'recursively)

ditching vetted idea