ANDRON94 / emacs-setup

My personal Emacs configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

It’s yet another custom Emacs configuration =) I hope, it will be a helpful starting point for an Emacs beginner. The configuration file is written in a literate way which means that it’s also a documentation file =)

How To

Learn Emacs

Useful links

  • (!)Awesome Emacs is a community driven list of useful Emacs packages, libraries and others.
  • Emacs Manual is an official online manual.
  • EmacsWiki is the collection of tutorials, source code, question and answers.

Useful articles

Installation

  1. Install Emacs.
    • I use version 27.1.
    • Most GNU/Linux distributions provide GNU Emacs in their repositories. And installation process can be easy as “sudo apt-get install emacs” =)
  2. Get configuration.
    • Just clone or download this repository to your Emacs directory:
      git clone https://github.com/andron94/emacs-setup <Emacs directory>
              
  3. Run Emacs :) use-package will download and configure all packages automatically.
  4. I also recommend using Emacs in daemon mode. More about it you can find on EmacsWiki.

About

My personal Emacs configuration.

License:MIT License


Languages

Language:Emacs Lisp 100.0%