mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
@ -9,10 +9,7 @@
|
||||
;; HACK `geiser-impl--add-to-alist' isn't autoloaded or inlined, so you get
|
||||
;; void-function errors when it is called in the autoloads files of other
|
||||
;; geiser-* packages.
|
||||
;;;###autoload
|
||||
(defun geiser-impl--add-to-alist (kind what impl &optional append)
|
||||
(add-to-list 'geiser-implementations-alist
|
||||
(list (list kind what) impl) append))
|
||||
;;;###autoload (defun geiser-impl--add-to-alist (kind what impl &optional append) (add-to-list 'geiser-implementations-alist (list (list kind what) impl) append))
|
||||
|
||||
|
||||
(defvar calculate-lisp-indent-last-sexp)
|
||||
|
Reference in New Issue
Block a user