10 lines
268 B
EmacsLisp
10 lines
268 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; core/test/test-autoload-help.el
|
|
|
|
;; (load! "autoload/help" doom-core-dir)
|
|
|
|
;;
|
|
;; (describe "core/autoload/help"
|
|
;; :var (a)
|
|
;; (before-each (setq a (switch-to-buffer (get-buffer-create "a"))))
|
|
;; (after-each (kill-buffer a)))
|