split long line

This commit is contained in:
2023-03-18 13:53:33 +01:00
parent fdc69d8d8d
commit c090f9461c

View File

@ -549,7 +549,8 @@
(defun my-select-theme-if-none-selected (frame)
(if (and (eq 'x (window-system frame))
(null (seq-filter (lambda (theme)
(not (string-prefix-p "smart-mode-line-" (symbol-name theme))))
(not (string-prefix-p "smart-mode-line-"
(symbol-name theme))))
custom-enabled-themes)))
(my-select-theme 'dark)))