mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(emacs-lisp): byte-compiling missing function
This wasn't causing any errors, but `+emacs-lisp-truncate-pin` was removed in639fcc6
. Amend:639fcc6a2e
This commit is contained in:
@ -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
|
;; performance sensitive, so we compile this file on-demand, at least, until
|
||||||
;; Doom adds a formal compile step to 'doom sync'.
|
;; Doom adds a formal compile step to 'doom sync'.
|
||||||
(doom-compile-functions #'+emacs-lisp-highlight-vars-and-faces
|
(doom-compile-functions #'+emacs-lisp-highlight-vars-and-faces
|
||||||
#'+emacs-lisp-truncate-pin
|
|
||||||
#'+emacs-lisp--calculate-lisp-indent-a)
|
#'+emacs-lisp--calculate-lisp-indent-a)
|
||||||
|
|
||||||
;;; autoload.el ends here
|
;;; autoload.el ends here
|
||||||
|
Reference in New Issue
Block a user