Remove defunct straight-fix-org setting

It was removed upstream.
This commit is contained in:
Henrik Lissner 2020-12-12 15:11:34 -05:00
parent 6075e6f143
commit 97d8de81fe
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -99,9 +99,7 @@ uses a straight or package.el command directly).")
straight-vc-git-default-clone-depth 1 straight-vc-git-default-clone-depth 1
;; Prefix declarations are unneeded bulk added to our autoloads file. Best ;; Prefix declarations are unneeded bulk added to our autoloads file. Best
;; we don't have to deal with them at all. ;; we don't have to deal with them at all.
autoload-compute-prefixes nil autoload-compute-prefixes nil)
;; We handle it ourselves
straight-fix-org nil)
(with-eval-after-load 'straight (with-eval-after-load 'straight
;; `let-alist' is built into Emacs 26 and onwards ;; `let-alist' is built into Emacs 26 and onwards