https://github.com/doglooksgood/meomacs
A simple Emacs configuration with modal editing
https://github.com/doglooksgood/meomacs
Last synced: about 1 year ago
JSON representation
A simple Emacs configuration with modal editing
- Host: GitHub
- URL: https://github.com/doglooksgood/meomacs
- Owner: DogLooksGood
- Created: 2022-01-02T20:01:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-18T08:55:07.000Z (over 1 year ago)
- Last Synced: 2024-10-19T06:21:34.262Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 169 KB
- Stars: 38
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+title: A simple Emacs configuration with Meow
Work in progress.
* Installation
- Download the repo and put it anywhere yo want.
- Start Emacs with ~emacs -q -l /path/to/meomacs/init.el~.
* Get Started
Check a list of configuration files.
- [[file:laf.org][Look and feel]]
- [[file:editor.org][Editor Basics]]
- [[file:writing.org][Writing]]
- [[file:programming.org][Programming]]
- [[file:addons.org][Addons]]
- [[file:private_template.org][Private]]
Press =F9= to select and open a configuration file.
Press =F12= to reload configuration after changes.
* Project targets
- Simple, no framework, no magic.
- Easy for modification, adding and removing stuffs should be trivial.
- Ease on use, building for reasonable workflow.
- Builtin friendly, avoid alternatives when the builtin way works well.