mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-29 13:54:23 +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/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 '((sans . "sans")
|
(defvar nema-fonts '((mono . "monospace")
|
||||||
|
(sans . "sans")
|
||||||
(serif . "serif")
|
(serif . "serif")
|
||||||
(mono . "Sarasa Mono CL")
|
(cjk . "Noto Serif CJK SC")
|
||||||
(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.")
|
||||||
|
|||||||
@ -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))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user