8000 GitHub - ajukraine/ajukraine-dotemacs: Emacs configuration
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ajukraine/ajukraine-dotemacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration

How to setup

  1. Clone the repository into folder, chosen by your decision (further called $CONFIG_DIR$):
$ git clone git://github.com/ajukraine/ajukraine-dotemacs.git
$ git submodule init
$ git submodule update
  1. Create a symlink to .emacs file:
$ ln -s $CONFIG_DIR$/.emacs ~/.emacs
  1. Reload ~/.emacs file

Windows

On Windows OS you could not create symbolic link to .emacs file, so instead you could create ~/.emasc.el file (which is one of the init files candidates for Emacs) which load actual .emacs:

(load "$CONFIG_DIR$/.emacs")

About

Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0