Skip to content

Latest commit

 

History

History
67 lines (37 loc) · 1.48 KB

README.org

File metadata and controls

67 lines (37 loc) · 1.48 KB

Japanese

What’s this?

This is a extension of Emacs that provide auto-complete sources for org-mode. You’ll be able to use auto-complete as substitute for pcomplete which is bound to M-TAB.

Demo

demo

Install

If use package.el

2014/02/27 Now application

If use el-get.el

2014/02/27 Now application

If use auto-install.el

(auto-install-from-url "https://raw.github.com/aki2o/org-ac/master/org-ac.el")
  • In this case, you need to install each of the following dependency.

Manually

Download org-ac.el and put it on your load-path.

  • In this case, you need to install each of the following dependency.

Dependency

Configuration

(require 'org-ac)

;; Make config suit for you. About the config item, eval the following sexp.
;; (customize-group "org-ac")

(org-ac/config-default)

Tested On

  • Emacs … GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-08-22 on chindi02, modified by Debian
  • auto-complete-pcmp.el … 0.0.1
  • log4e.el … 0.2.0
  • yaxception.el … 0.1

Enjoy!!!