mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function make-xpm errors
Nobody should be using :ui tabbar. I'll remove it eventually. Mentioned in #1485
This commit is contained in:
@ -23,6 +23,8 @@
|
|||||||
(setq-default header-line-format nil)))
|
(setq-default header-line-format nil)))
|
||||||
(+tabbar-mode +1)
|
(+tabbar-mode +1)
|
||||||
|
|
||||||
|
(defun make-xpm (&rest _))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
(add-hook! 'doom-load-theme-hook
|
(add-hook! 'doom-load-theme-hook
|
||||||
|
Reference in New Issue
Block a user