diff --git a/emacs.el b/emacs.el index 4293026..07343fa 100644 --- a/emacs.el +++ b/emacs.el @@ -8,6 +8,13 @@ (defun bar-cursor-mode (&optional arg) ;; Do nothing -- stub )) +(unless (fboundp 'global-form-feed-st-mode) + ;; If this triggers, make sure to install the `form-feed-st' package + ;; from melpa unstable. + (display-warning 'emacs "SETUP ISSUE: form-feed-st package is not installed.") + (defun global-form-feed-st-mode (&optional arg) + ;; Do nothing -- stub + )) ;; This file is known to be slow, so add a bit more time here. (cl-incf init-dir--long-load-time-warning 0.1)