From 3d83c32e19a91b056ab5805f47d90f4f2d7660c9 Mon Sep 17 00:00:00 2001 From: "Rahul M. Juliato" Date: Sat, 14 Dec 2024 17:53:24 -0300 Subject: [PATCH] feat(ascii-art): new intro ascii art Since permission to modify kickstart.nvim ascii art was not granted: https://github.com/nvim-lua/kickstart.nvim/issues/1170 --- init.el | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/init.el b/init.el index 15490fc..c98562c 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Emacs-Kick --- A feature rich Emacs config for (neo)vi(m)mers -*- lexical-binding: t; -*- ;; Author: Rahul Martim Juliato -;; Version: 0.1.2 +;; Version: 0.1.3 ;; Package-Requires: ((emacs "30.0")) ;; License: GPL-2.0-or-later @@ -8,20 +8,23 @@ ;; ===================================================================== ;; ==================== READ THIS BEFORE CONTINUING ==================== ;; ===================================================================== -;; ======== .-----. ======== -;; ======== .----------------------. | === | ======== -;; ======== |.-""""""""""""""""""-.| |-----| ======== -;; ======== || || | === | ======== -;; ======== || EMACS-KICK || |-----| ======== -;; ======== || || | === | ======== -;; ======== || || |-----| ======== -;; ======== ||M-x || |:::::| ======== -;; ======== |'-..................-'| |____o| ======== -;; ======== `"")----------------(""` ___________ ======== -;; ======== /::::::::::| |::::::::::\ \ no mouse \ ======== -;; ======== /:::========| |==hjkl==:::\ \ required \ ======== -;; ======== '""""""""""""' '""""""""""""' '""""""""""' ======== -;; ======== ======== +;; +;; ⣠⣶⣿⣿⣶⡄ ⠀⣀⣤⣄⡀ +;; ⣿⣿⣿⣿λ⣿ ⣾)⣿⣿⣿⡆ +;; ⠹⢿⣿⣿⡿⠃ ⠀⣿⣿⣿⣿⣿⡏⢀⣀⡀ +;; ⣠⣤⣦⡄ ⠈⠛⠿⣟⣋⣼⣽⣾⣽⣦⡀⠀ +;; ⣼⣿⣷⣾⡽⡄ ⣴⣶⣶⣿⣿⣿⡿⢿⣟⣽⣾⣿⣿⣦ +;; ⣸⣿⣿⣾⣿⣿⣮⣤⣤⣤⣤⡀ ⠻⣿⡯⠽⠿⠛⠛⠉⠉⢿⣿⣿⣿⣿⣷ +;; ⣿⣿⢻⣿⣿⣿⣛⡿⠿⠟⠛⠁⣀⣠⣤⣤⣶⣶⣶⣶⣷⣶ ⠀⠻⣿⣿⣿⣿⣇ +;; ⢻⣿⡆⢿⣿⣿⣿⣿⣤⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠟ ⣠⣶⣿⣿⣿⣿ +;; ⠈⠛⠃⠈⢿⣿⣿⣿⣿⣿⣿⠿⠟⠛⠋⠉ ⣠⣾⣿⣿⣿⠟⠋ +;; ⠙⢿⣿⣿⡏ ⠀⣴⣿⣿⣿⠟ +;; ⢸E⣿⡇ ⣼⣿⣿⣿ +;; ⢸M⣿⣿ ⢸⣿⣿⣿ +;; ⢸A⣿⣿ ⠸⣿⣿ +;; ⢸C⣿⣿ +;; ⣼S⣿⡇ +;; ⠀⠻⣿⡿ ;; ===================================================================== ;; ===================================================================== @@ -46,6 +49,7 @@ ;; After understanding a bit more about Emacs Lisp, you can use `M-x ;; info RET` (info) for a reference on how Emacs integrates it. ;; +;; ;; Emacs-Kick Guide: ;; ;; Well, this config ASSUMES you already knows (neo)vi(m) bindings, @@ -53,8 +57,8 @@ ;; vimmers'. So, if you're not familiar with it, go for ;; `kickstart.nvim', get used to it, and than come back. ;; -;; On Emacs help can be found multiple ways. -;; With this config, the leader key as SPC. +;; On Emacs, help can be found multiple ways. +;; With this config, the leader key is SPC. ;; - h i opens the info (Also `M-x info RET') ;; - h v explores available variables ;; - h f explores avaliable functions