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

sid137/emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs configuration files

Installation

The emacs initializer is init.el instead of the typical ~/.emacs Create a .emacs symlink in your home directory

ln -s .emacs.d/init.el ~/.emacs

Features

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;; Save Desktop Session State ;http://stackoverflow.com/questions/847962/what-alternate-session-managers-are-available-for-emacs

Save session: C-c C-s session_name Load session: C-r C-r session_name

;;;Save tmp files to another directory ;; Taken from http://amitp.blogspot.com/2007/03/emacs-move-autosave-and-backup-files.html

Automatically run python lint (Flymake) on python buffers

Tweaks:

Close buffer C-F4

Yes or no replaced by y or n

About

Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0