Skip to content

Commit

Permalink
Workaround for window tool bar package.
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosemer committed Dec 9, 2023
1 parent 9a8292a commit 319ac72
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions emacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
(defun global-form-feed-st-mode (&optional arg)
;; Do nothing -- stub
))
(unless (fboundp 'global-window-tool-bar-mode)
;; If this triggers, make sure to install the `window-tool-bar'
;; package from GitHub.
(display-warning 'emacs "SETUP ISSUE: window-tool-bar package is not installed.")
(defun global-window-tool-bar-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)
Expand Down

0 comments on commit 319ac72

Please sign in to comment.