Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Introduce rational-config-path #165

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@ external packages, for example:
functionality)
- *Possibly* =vc-mode= by default

** Sensible folder layout

While Emacs tends to keep everything (code, configuration, state files, ...)
inside `user-emacs-directory` modern computer systems tend to keep those
separated.

Rational Emacs tries to maintain some balance between those two paradigms by
bringing just the right amount of order to it.

See [[file:docs/rational-emacs.org#folder-structure][Folder structure]] in the documentation for more details.

** Works well in the terminal

Some people prefer to use Emacs in the terminal instead of as a graphical
Expand Down Expand Up @@ -136,6 +147,9 @@ information about how they can be configured!
- rational-shell :: A starter configuration for =eshell= and =vterm=

* Customization
:PROPERTIES:
:CUSTOM_ID: customization
:END:

To add your own customization to this configuration, create a configuraton file
in one of the following directories:
Expand Down
Loading