Skip to content

Commit 460e59c

Browse files
committed
doc: better intro
1 parent 848d653 commit 460e59c

2 files changed

Lines changed: 23 additions & 7 deletions

File tree

README.md

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,30 @@ and `LSP`—no hassle.
1515
![Demo](doc/demo01.png)
1616

1717

18-
`Emacs-Kick` is not a distribution, but a starting point for your
19-
own configuration. It’s designed to be accessible to Vim/Neovim users
20-
without needing to adopt all of Emacs' ecosystem. You can still enjoy
21-
the power of Emacs without having to learn every Emacs-specific
22-
workflow.
18+
**Emacs-Kick** isn’t a full-fledged distribution but rather a
19+
**starting point** for building your own Emacs configuration. It’s
20+
designed to be especially accessible for Vim/Neovim users, letting you
21+
explore the power of Emacs without committing to its entire ecosystem.
2322

2423

25-
**Minimum Requirements**:
24+
You can take advantage of Emacs’ features without needing to master
25+
every Emacs-specific workflow right away. And if you find yourself
26+
enjoying it, you can:
27+
28+
- Run it in a GUI for a richer experience
29+
- Customize and expand your configuration as much as you want
30+
- Experiment with frameworks like Doom Emacs or Spacemacs
31+
- Tinker with vanilla Emacs to build a setup entirely your own
32+
OR...
33+
- Just keep using it on TUI, it is all up to you!
34+
35+
36+
With Emacs-Kick, the goal is to empower you to explore Emacs at your
37+
own pace. The sky's the limit! 🌟
38+
39+
40+
## Minimum Requirements
41+
2642
- Emacs version **>=30**
2743
- You can verify your version by running:
2844

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;;; init.el --- Emacs-Kick --- A feature rich Emacs config for (neo)vi(m)mers -*- lexical-binding: t; -*-
22
;; Author: Rahul Martim Juliato
3-
;; Version: 0.1.0-rc3
3+
;; Version: 0.1.0
44
;; Package-Requires: ((emacs "30.0"))
55
;; License: GPL-2.0-or-later
66

0 commit comments

Comments
 (0)