Skip to content

Mithrilwoodrat/woodrat_emacs_d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my_emacs_files

My emacs config files with plugins. Fast and multiple languages supported.

Suported Languages

  • C/C++ (with auto-complete-clang-async smart-compile header-auto-complete)
  • Python (with highlight-indentation and jedi support)
  • Scheme (from cmu-scheme and yinwang's config)
  • MarkDown (via markdown-mode)
  • Go (via go-mode)
  • Web (html js css, via web-mode)

Required

  • guile (for scheme)
  • clang and clang-complete (for auto-complete in c)
  • gcc, g++
  • ipython (optional, for run python programs)
  • virtualenv (for jedi install)
  • etc.

plugins

plugins are included in .emacs.d/plugins and .emacs.d/lisp

  • a light weight c header file auto-complete mode.

    based on yangyingchao@gmail.com's sematic include plugin, removed sematic require.

Releases

No releases published

Packages

No packages published