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