From 58b65b030a29edfabaf0845ecb7a19a7a55cdd0c Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Fri, 19 Jul 2024 07:33:34 -0800 Subject: [PATCH] update figlet for font --- init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index ceb328a..6153f42 100644 --- a/init.el +++ b/init.el @@ -1,10 +1,10 @@ ;;; init.el --- basic initial declarations ;;; Commentary: -;; _ _ _ _ -;; (_) _ __ (_)| |_ ___ | | -;; | || '_ \ | || __| / _ \| | -;; | || | | || || |_ _| __/| | -;; |_||_| |_||_| \__|(_)\___| |_| +;; _ _ _ _ +;; (_) _ __ (_)| |_ ___ | | +;; | || ' \ | || __| / _ \| | +;; | || | | || || | _ | __/| | +;; |_||_| |_||_| \__| (_)\___| |_| ;; ;; '((above text graphic generated with command `figlet -k "init.el"'))