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:
parent
dd5ae257f1
commit
ad5e3dcce8
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue