Skip to content

qas612820704/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

My emacs setting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published