mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-variable fundamental-mode error from unquoted symbol
This commit is contained in:
@ -330,7 +330,7 @@ DEFAULT is non-nil, set the default mode-line for all buffers."
|
||||
"Show whitespace-mode when file has an `indent-tabs-mode' that is different
|
||||
from the default."
|
||||
(unless (or (eq indent-tabs-mode (default-value 'indent-tabs-mode))
|
||||
(eq major-mode fundamental-mode)
|
||||
(eq major-mode 'fundamental-mode)
|
||||
(derived-mode-p 'special-mode))
|
||||
(require 'whitespace)
|
||||
(set (make-local-variable 'whitespace-style)
|
||||
|
Reference in New Issue
Block a user