Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.81 KB

EMACS-NEWCOMERS.org

File metadata and controls

59 lines (41 loc) · 1.81 KB

User Guide for Absolute Emacs beginners.

If you are new to Emacs and consider using Dirvish as your ranger or lf replacement, this guide is for you.

TODO: video demo


Installation

Install Emacs according to the instructions. Dired is the Emacs’s inbuilt DIRectory EDitor, which doesn’t require you to install it separably. Please make sure to install Emacs with major version 28+ (29 are recommended).

# Clone the repo
git clone https://github.com/alexluigit/dirvish ~/dirvish
# Prepare the Emacs config
cp ~/dirvish/docs/.emacs.d.example ~/.emacs.d
# Start Emacs daemon (wait for the package installation)
emacs --daemon
# Open Emacs
emacsclient -cn

Now you can M-x dirvish RET, enjoy!

See prerequisites for other optional dependencies.

Quickstart

New to Emacs?

Dired Basics

Customize Dired/Dirvish

See README

Migrating to Emacs?

Starter kits

Other Resources