Skip to content

ShannonHeylmun/emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zach Heylmun Emacs Configuration

Overview

This repo contains a custom git configuration created by Zach Heylmun based heavily on the excellent Emacs From Scratch repository and video series by David Wilson. It contains a very small init.el which simply disables some UI elements, bootstraps package management, and loads the real configuration contained in config.org.

Installation

Fonts

Before running, install the following fonts:

Fira Code: Used for source code

Cantarell: Used for Org Mode

Emacs Installation

Windows

To install Emacs on a Windows machine, use Chocolatey.

choco install emacs

Macos

To install Emacs on Macos, use Homebrew. Best option so far seems to be Emacs-Plus, as it supports native window management best in my testing. I’m currently running the latest version with emacs gcc native compilation of packages.

$ brew tap d12frosted/emacs-plus
$ brew install emacs-plus@29 --with-native-comp --with-cacodemon-icon

Config Setup

This is a self boot-strapping configuration. To use it simply clone this repo to the home directory, then start Emacs.

git clone git@github.com:zheylmun/emacs.git ~/.emacs.d

About

Personal emacs config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%