Skip to content

genben/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs

My emacs configuration files. It includes setup script, which creates symbolic links in HOME directory.

Installation on Linux

Install Git

Clone Git repository somewhere:

git clone git://github.com/genben/emacs emacs
cd emacs

Run installation script:

chmod +x emacs-create-links.sh
./emacs-create-links.sh

Restart VIM

Installation on Windows

Install Emacs

Download Emacs binaries from: http://sourceforge.net/projects/emacsbinw64

Install Ctrl2Cap from SysInternal

Install Git

Clone Git repository somewhere:

git clone git://github.com/genben/emacs emacs
cd emacs

Run installation script (with admin rights). This will create soft links in C:\User<user> directory

emacs-create-links.bat

Install Ag (Silver searcher):

Caution! Do not use Chocolaty version because is outdated and buggy (skips some files unpredictably) It doesn’t work under Emacs heml-ag because the it passes parameter "--vimgrep", which is not supported by old version.

Use native Visual Studio port from: https://github.com/kjk/the_silver_searcher Extract ag.exe and add it to PATH.

Python development

Install Python 3.x

Install Flake8:

    pip3 install flake8

About

My emacs configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published