doc: better intro
This commit is contained in:
28
README.md
28
README.md
@@ -15,14 +15,30 @@ and `LSP`—no hassle.
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
`Emacs-Kick` is not a distribution, but a starting point for your
|
**Emacs-Kick** isn’t a full-fledged distribution but rather a
|
||||||
own configuration. It’s designed to be accessible to Vim/Neovim users
|
**starting point** for building your own Emacs configuration. It’s
|
||||||
without needing to adopt all of Emacs' ecosystem. You can still enjoy
|
designed to be especially accessible for Vim/Neovim users, letting you
|
||||||
the power of Emacs without having to learn every Emacs-specific
|
explore the power of Emacs without committing to its entire ecosystem.
|
||||||
workflow.
|
|
||||||
|
|
||||||
|
|
||||||
**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**
|
- Emacs version **>=30**
|
||||||
- You can verify your version by running:
|
- You can verify your version by running:
|
||||||
|
|
||||||
|
|||||||
2
init.el
2
init.el
@@ -1,6 +1,6 @@
|
|||||||
;;; init.el --- Emacs-Kick --- A feature rich Emacs config for (neo)vi(m)mers -*- lexical-binding: t; -*-
|
;;; init.el --- Emacs-Kick --- A feature rich Emacs config for (neo)vi(m)mers -*- lexical-binding: t; -*-
|
||||||
;; Author: Rahul Martim Juliato
|
;; Author: Rahul Martim Juliato
|
||||||
;; Version: 0.1.0-rc3
|
;; Version: 0.1.0
|
||||||
;; Package-Requires: ((emacs "30.0"))
|
;; Package-Requires: ((emacs "30.0"))
|
||||||
;; License: GPL-2.0-or-later
|
;; License: GPL-2.0-or-later
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user