From 220d1b01badac208d1e6e6a90736fd234221e700 Mon Sep 17 00:00:00 2001 From: mir Date: Tue, 23 Jan 2024 10:06:00 -0900 Subject: [PATCH] replace figlet text - mitch is gone --- lisp/mir-defuns.el | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/lisp/mir-defuns.el b/lisp/mir-defuns.el index d4bbddb..c175614 100644 --- a/lisp/mir-defuns.el +++ b/lisp/mir-defuns.el @@ -1,16 +1,12 @@ ;;; mir-defuns.el --- custom-defined functions ;;; Commentary: -;; _ _ _ -;; _ __ ___ (_)| |_ ___ | |__ -;; | '_ ` _ \ | || __|/ __|| '_ \ _____ -;; | | | | | || || |_| (__ | | | ||_____| -;; |_| |_| |_||_| \__|\___||_| |_| -;; _ __ _ -;; __| | ___ / _| _ _ _ __ ___ ___ | | -;; / _` | / _ \| |_ | | | || '_ \ / __| / _ \| | -;; | (_| || __/| _|| |_| || | | |\__ \ _ | __/| | -;; \__,_| \___||_| \__,_||_| |_||___/(_) \___||_| -;; + +;; _ _ __ _ +;; _ __ ___ (_) _ __ __| | ___ / _| _ _ _ __ ___ ___ | | +;; | '_ ` _ \ | || '__|_____ / _` | / _ \| |_ | | | || '_ \ / __| / _ \| | +;; | | | | | || || | |_____|| (_| || __/| _|| |_| || | | |\__ \ _| __/| | +;; |_| |_| |_||_||_| \__,_| \___||_| \__,_||_| |_||___/(_)\___||_| + ;; Some functions to run when loading packages... ;;; Code: