Skip to content

tutsplus/venture-into-emacs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Instructor: Rem Zolotykh

In this course, you'll learn the necessary skills to begin using Emacs in your day-to-day workflow. We'll learn how to customize it, install and use plugins, and even write your own Lisp functions. Are you ready to venture into Emacs?

Installation

  • clone repo to ~/.dotfiles folder:
cd ~
git clone https://github.com/tutsplus/venture-into-emacs.git .dotfiles
  • create symbolic links to config files
ln -s .dotfiles/emacs .emacs.d
curl -fsSkL https://raw.github.com/cask/cask/master/go | python
  • run cask in .emacs.d folder
cd ~/.emacs.d
cask

These are source files for the Tuts+ course: Venture Into Emacs

Available on Tuts+. Teaching skills to millions worldwide.

About

My dotfiles for vim and emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%