Compare commits

..

No commits in common. "aeabb0d64c1fffdd4fbc17f0e7a9ed31220c7825" and "371186d95ac1730b03ddcfb735becb87e0434442" have entirely different histories.

2 changed files with 4 additions and 7 deletions

View File

@ -7,14 +7,11 @@
;; 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 '((sans . "sans")
(defvar nema-fonts '((mono . "monospace")
(sans . "sans")
(serif . "serif")
(mono . "Sarasa Mono CL")
(cjk . "Sarasa Mono CL")
(cjk . "Noto Serif CJK SC")
(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))