doomemacs/modules/ui/doom-dashboard/autoload.el

9 lines
304 B
EmacsLisp
Raw Normal View History

2017-06-25 02:01:05 +02:00
;;; ui/doom-dashboard/autoload.el -*- lexical-binding: t; -*-
;;;###autoload
(defun +doom-dashboard/open (frame)
"Switch to the dashboard in the current window, of the current FRAME."
(interactive (list (selected-frame)))
(with-selected-frame frame
(switch-to-buffer (doom-fallback-buffer))))