Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

FlyfishO25/.emacs.d

Repository files navigation

logo

FLYmacs Build Status

Introduction

This is an easy-to-use and beautiful Emacs configuration, powered by myself.

Prerequisites

Installation

Just clone this repo to your home directory:

mv ~/.emacs.d ~/.emacs.d.bak # if you have your own Emacs configuration, then make a backup
git clone https://github.com/Flyfish/.emacs.d ~/.emacs.d

# it is suggested to run the following commands after git clone
cd ~/.emacs.d
git submodule update --init --remote

Minimal configure & troubleshooting

emacs -Q --l ~/.emacs.d/init-mini.el # minimal startup, more features included
emacs -Q --l ~/.emacs.d/init-down.el # just for troubleshooting, use when emacs down completely

Update

(update-config) ; update configures
(update-packages) ; update packages

Credits

Screenshots

Screenshot-1 Screenshot-2