doc: better intro

This commit is contained in:
Rahul Martim Juliato
2024-10-09 13:03:53 -03:00
parent 848d653abd
commit 460e59c4f5
2 changed files with 23 additions and 7 deletions

View File

@@ -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. Its 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** isnt a full-fledged distribution but rather a
**starting point** for building your own Emacs configuration. Its
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:

View File

@@ -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