Skip to content

7ew1r/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs

GNU Emacs 25.3.1

Requirements

Installation

1. Clone repo

$ git clone https://github.com/RTewi/.emacs.d.git

2. Make symbolic-link

$ ln -sfv /path/to/repo/.emacs.d $HOME

3. Cask

$ brew install cask # Homebrew
or
$ curl -fsSL https://raw.githubusercontent.com/cask/cask/master/go | python

Add the following to .bashrc (or .zshrc)

export PATH="$HOME/.cask/bin:$PATH"
$ source ~/.bashrc
$ cask upgrade
$ cd ~/.emacs.d
$ cask

4. 3rd-party

$ brew install pandoc cmigemo llvm # Homebrew
or
$ sudo apt install pandoc cmigemo llvm-dev clang libclang-dev cmake # Ubuntu

5. codic

Get codic API token from codic

$ mkdir ~/.emacs.d/spec
$ vi ~/.emacs.d/spec/codic-api-token
"codic-api-token"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published