fix(emacs-lisp): byte-compiling missing function

This wasn't causing any errors, but `+emacs-lisp-truncate-pin` was
removed in 639fcc6.

Amend: 639fcc6a2e
This commit is contained in:
Henrik Lissner 2024-09-10 03:34:37 -04:00
parent dd5ae257f1
commit ad5e3dcce8
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -669,7 +669,6 @@ Adapted from URL `https://www.reddit.com/r/emacs/comments/d7x7x8/finally_fixing_
;; performance sensitive, so we compile this file on-demand, at least, until
;; Doom adds a formal compile step to 'doom sync'.
(doom-compile-functions #'+emacs-lisp-highlight-vars-and-faces
#'+emacs-lisp-truncate-pin
#'+emacs-lisp--calculate-lisp-indent-a)
;;; autoload.el ends here