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/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-fonts '((mono . "monospace")
(sans . "sans")
(defvar nema-fonts '((sans . "sans")
(serif . "serif")
(cjk . "Noto Serif CJK SC")
(mono . "Sarasa Mono CL")
(cjk . "Sarasa Mono CL")
(symbol . "Noto Color Emoji")
(modeline . "Source Serif 4"))
"Fonts to use.")

View File

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