mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-29 05:44:24 +00:00
Compare commits
No commits in common. "aeabb0d64c1fffdd4fbc17f0e7a9ed31220c7825" and "371186d95ac1730b03ddcfb735becb87e0434442" have entirely different histories.
aeabb0d64c
...
371186d95a
@ -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.")
|
||||
|
||||
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user