Random fixes

This commit is contained in:
Emmet 2025-12-05 16:05:56 -06:00
parent e3ac21a61d
commit 646923c446
2 changed files with 14 additions and 15 deletions

View file

@ -79,6 +79,7 @@
;; Fira and glyphs
(set-frame-font "FiraCode Nerd Font")
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font"))
(let ((alist '((33 . ".\\(?:\\(?:==\\|!!\\)\\|[!=]\\)")
(35 . ".\\(?:###\\|##\\|_(\\|[#(?[_{]\\)")
(36 . ".\\(?:>\\)")
@ -1095,7 +1096,5 @@ Made for `org-tab-first-hook' in evil-mode."
(use-package rainbow-mode)
(set-frame-font "FiraCode Nerd Font")
(provide 'init)
;;; init.el ends here