Skip to content

dsdolzhenko/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs Configuration

Setup

Install Emacs

I use the latest available version on https://emacsformacosx.com/

Clone the repository

I usually put it right in my home directory, but it also possible to clone it into ~~/.config/emacs~

git clone git@github.com:dsdolzhenko/.emacs.d.git

Clone the submodules

There are few packages not-available on MELPA which I added as submodules to the repository.

git submodule update --init --recursive

Install fonts

I use JetBrains Mono fonts.

brew install --cask font-jetbrains-mono

Install enchant

It’s required by jinx package.

brew install enchant

Install pkg-config

So emacs could find enchant and other dynamic libraries installed with homebrew

brew install pkg-config

About

My emacs config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published