Giter Club home page Giter Club logo

.emacs.d's Introduction

Installation

1. install el-get

Open emacs and pastle it into *scatch* ( C-x b RET *scatch* to call it)

(url-retrieve  
"https://raw.github.com/dimitri/el-get/master/el-get-install.el"  
	(lambda (s)  
		(let (el-get-master-branch)  
			(goto-char (point-max))  
			(eval-print-last-sexp))))

then

M-x eval-current-buffer RET

2. clone my setting

# if you already have your own emacs setting
# please backup
$ cd $HOME
$ mv .emacs.d/ .emacs_orig.d/

$ git clone [email protected]:qas612820704/.emacs.d.git

3. open emacs

$ emacs -nw

waiting and enjoy!

4. setup python complete

I use jedi to complete

It need python package virtualenv

if you use debian like me, execute

$ sudo aptitude install python-pip
$ sudo pip install virtualenv

get into emacs and run

M-x jedi:install-server RET

5. setup irony-mode

irony-mode is auto complete for c/cpp

to see more information in the hyper link, I just say it simplely,

install dependency

$ sudo aptitude install cmake 

emacs run

M-x irony-mode RET
M-x irony-install-server RET

Usage : (M-RET) to call the complete

6. something else?

$ emacs is too long so my .zshrc add this line:

alias e='env TERM=xterm-256color emacs -nw'

after setting, I use $ e to run emacs in terminal

.emacs.d's People

Contributors

qas612820704 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.