Skip to content

Commit

Permalink
feat(ascii-art): new intro ascii art
Browse files Browse the repository at this point in the history
Since permission to modify kickstart.nvim ascii art was not granted:
nvim-lua/kickstart.nvim#1170
  • Loading branch information
LionyxML committed Dec 14, 2024
1 parent 202cb93 commit 3d83c32
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions init.el
Original file line number Diff line number Diff line change
@@ -1,27 +1,30 @@
;;; 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

;;; Commentary:
;; =====================================================================
;; ==================== READ THIS BEFORE CONTINUING ====================
;; =====================================================================
;; ======== .-----. ========
;; ======== .----------------------. | === | ========
;; ======== |.-""""""""""""""""""-.| |-----| ========
;; ======== || || | === | ========
;; ======== || EMACS-KICK || |-----| ========
;; ======== || || | === | ========
;; ======== || || |-----| ========
;; ======== ||M-x || |:::::| ========
;; ======== |'-..................-'| |____o| ========
;; ======== `"")----------------(""` ___________ ========
;; ======== /::::::::::| |::::::::::\ \ no mouse \ ========
;; ======== /:::========| |==hjkl==:::\ \ required \ ========
;; ======== '""""""""""""' '""""""""""""' '""""""""""' ========
;; ======== ========
;;
;; ⣠⣶⣿⣿⣶⡄ ⠀⣀⣤⣄⡀
;; ⣿⣿⣿⣿λ⣿ ⣾)⣿⣿⣿⡆
;; ⠹⢿⣿⣿⡿⠃ ⠀⣿⣿⣿⣿⣿⡏⢀⣀⡀
;; ⣠⣤⣦⡄ ⠈⠛⠿⣟⣋⣼⣽⣾⣽⣦⡀⠀
;; ⣼⣿⣷⣾⡽⡄ ⣴⣶⣶⣿⣿⣿⡿⢿⣟⣽⣾⣿⣿⣦
;; ⣸⣿⣿⣾⣿⣿⣮⣤⣤⣤⣤⡀ ⠻⣿⡯⠽⠿⠛⠛⠉⠉⢿⣿⣿⣿⣿⣷
;; ⣿⣿⢻⣿⣿⣿⣛⡿⠿⠟⠛⠁⣀⣠⣤⣤⣶⣶⣶⣶⣷⣶ ⠀⠻⣿⣿⣿⣿⣇
;; ⢻⣿⡆⢿⣿⣿⣿⣿⣤⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠟ ⣠⣶⣿⣿⣿⣿
;; ⠈⠛⠃⠈⢿⣿⣿⣿⣿⣿⣿⠿⠟⠛⠋⠉ ⣠⣾⣿⣿⣿⠟⠋
;; ⠙⢿⣿⣿⡏ ⠀⣴⣿⣿⣿⠟
;; ⢸E⣿⡇ ⣼⣿⣿⣿
;; ⢸M⣿⣿ ⢸⣿⣿⣿
;; ⢸A⣿⣿ ⠸⣿⣿
;; ⢸C⣿⣿
;; ⣼S⣿⡇
;; ⠀⠻⣿⡿
;; =====================================================================
;; =====================================================================

Expand All @@ -46,15 +49,16 @@
;; 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,
;; and the bases of how it works. This is the `Emacs config for
;; 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.
;; - <leader> h i opens the info (Also `M-x info RET')
;; - <leader> h v explores available variables
;; - <leader> h f explores avaliable functions
Expand Down

0 comments on commit 3d83c32

Please sign in to comment.