From 460e59c4f52d795238c8dd18b0c67cb4aee5eb30 Mon Sep 17 00:00:00 2001 From: Rahul Martim Juliato Date: Wed, 9 Oct 2024 13:03:53 -0300 Subject: [PATCH] doc: better intro --- README.md | 28 ++++++++++++++++++++++------ init.el | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 556f04f..5c3fc08 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,30 @@ and `LSP`—no hassle. ![Demo](doc/demo01.png) -`Emacs-Kick` is not a distribution, but a starting point for your -own configuration. It’s designed to be accessible to Vim/Neovim users -without needing to adopt all of Emacs' ecosystem. You can still enjoy -the power of Emacs without having to learn every Emacs-specific -workflow. +**Emacs-Kick** isn’t a full-fledged distribution but rather a +**starting point** for building your own Emacs configuration. It’s +designed to be especially accessible for Vim/Neovim users, letting you +explore the power of Emacs without committing to its entire ecosystem. -**Minimum Requirements**: +You can take advantage of Emacs’ features without needing to master +every Emacs-specific workflow right away. And if you find yourself +enjoying it, you can: + +- Run it in a GUI for a richer experience +- Customize and expand your configuration as much as you want +- Experiment with frameworks like Doom Emacs or Spacemacs +- Tinker with vanilla Emacs to build a setup entirely your own +OR... +- Just keep using it on TUI, it is all up to you! + + +With Emacs-Kick, the goal is to empower you to explore Emacs at your +own pace. The sky's the limit! 🌟 + + +## Minimum Requirements + - Emacs version **>=30** - You can verify your version by running: diff --git a/init.el b/init.el index 185c7a8..cc00468 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.0-rc3 +;; Version: 0.1.0 ;; Package-Requires: ((emacs "30.0")) ;; License: GPL-2.0-or-later