improve startup time

This commit is contained in:
2025-06-29 18:25:18 +02:00
parent 65bd50b345
commit bed2960c61
5 changed files with 472 additions and 107 deletions

View File

@@ -10,14 +10,10 @@
;; Asana Math (debian texlive-fonts-extra)
;;; Code:
(use-package spacemacs-theme
:after (cl-lib) ;; spacemacs-common misses to load cl-lib
(use-package my-theme
:config
(setq spacemacs-theme-comment-bg nil)
(load-theme 'spacemacs-dark t)
)
(use-package my-theme
:config
(load-theme 'my t))
;; Test char and monospace:
@@ -54,8 +50,6 @@
((find-font (font-spec :name "courier"))
(set-frame-font "courier-10")))
(setq inhibit-compacting-font-caches t)
(use-package emojify
:if window-system
:commands emojify-mode