Compare commits

...

2 Commits

2 changed files with 7 additions and 4 deletions

View File

@ -7,11 +7,14 @@
;; https://github.com/DogLooksGood/meomacs/blob/master/laf.org ;; https://github.com/DogLooksGood/meomacs/blob/master/laf.org
;; https://github.com/nykma/nema/blob/develop/my-sample/font.el ;; https://github.com/nykma/nema/blob/develop/my-sample/font.el
;;guix:font-adobe-source-serif
;;guix:font-google-noto-emoji
;;guix:font-sarasa-gothic
(defvar nema--font-size 12 "Font size") (defvar nema--font-size 12 "Font size")
(defvar nema-fonts '((mono . "monospace") (defvar nema-fonts '((sans . "sans")
(sans . "sans")
(serif . "serif") (serif . "serif")
(cjk . "Noto Serif CJK SC") (mono . "Sarasa Mono CL")
(cjk . "Sarasa Mono CL")
(symbol . "Noto Color Emoji") (symbol . "Noto Color Emoji")
(modeline . "Source Serif 4")) (modeline . "Source Serif 4"))
"Fonts to use.") "Fonts to use.")

View File

@ -39,7 +39,7 @@
(setopt initial-scratch-message (setopt initial-scratch-message
";;; Type your Guile program here and evaluate it.\n\n") ";;; Type your Guile program here and evaluate it.\n\n")
(scheme-mode) (scheme-mode)
(geiser-repl-import-module "(nonguix)")
(geiser-repl-import-module "(rosenthal)") (geiser-repl-import-module "(rosenthal)")
(geiser-repl-import-module "(nonguix transformations)")
(delete-window) (delete-window)
(display-splash-screen)) (display-splash-screen))