Skip to content

A convenient repo containing my init file for emacs

Notifications You must be signed in to change notification settings

yasharhon/emacs-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emacs-init

A convenient repo containing my init file for emacs

Requirements

  • virtualenv
  • texlab

Instructions

To set up your Emacs installation, do the following:

  1. Copy the file init.el into your emacs.d directory.
  2. Edit it to set the myBackupDirectory variable.
  3. Start Emacs.
  4. Run M-x load-file RET <path to this repo>/init-first-time.el to run a set of one-time commands.
  5. Open the file interactive-commands.txt. Run each command in this file using M-x <line> RET.

Notes

Elpy

The default Python formatter bundled with elpy is yapf. It comes pre-installed in the virtual environment created at ~/.emacs.d/elpy/rpc-venv. It is, however, incompatible with the latest version of yapf due to a breaking API update. Until this is fixed, the solution is to install version 0.40.1 or earlier in your virtual environment.

About

A convenient repo containing my init file for emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published