mirror of
https://github.com/librephoenix/nixos-config
synced 2026-01-15 21:24:00 +05:30
Random fixes
This commit is contained in:
parent
e3ac21a61d
commit
646923c446
2 changed files with 14 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue