diff options
Diffstat (limited to 'emacs/inits/01-basic.el')
| -rw-r--r-- | emacs/inits/01-basic.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/emacs/inits/01-basic.el b/emacs/inits/01-basic.el index e159495..d90138c 100644 --- a/emacs/inits/01-basic.el +++ b/emacs/inits/01-basic.el @@ -1,4 +1,6 @@ -;; Time-stamp: <2026-07-03 09h32 BST (anker)> +;;; -*- lexical-binding: t -*- + +;; Time-stamp: <2026-08-04 09h48 BST (a6b530d2)> ;; ----------------------------------------------------------------------------- ;; Interface @@ -85,7 +87,8 @@ (setq my-font "Monaspace Krypton-14") (setq my-font "Crimson Pro-20") (setq my-font "Readerly-18") - (setq my-font "Libron-16") + (setq my-font "Libron-18") + ;; (setq my-font "Kelmscott Mono-20") (set-frame-font my-font) (set-fontset-font t 'unicode |
