doomemacs/core/test/test-autoload-help.el

11 lines
268 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; core/test/test-autoload-help.el
2019-03-13 14:17:37 +08:00
;; (load! "autoload/help" doom-core-dir)
;;
2019-03-13 14:17:37 +08:00
;; (describe "core/autoload/help"
;; :var (a)
;; (before-each (setq a (switch-to-buffer (get-buffer-create "a"))))
;; (after-each (kill-buffer a)))