Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ C/C++ code completion with emacs using Irony and GTAGS

Blog Post: http://cachestocaches.com/2015/8/c-completion-emacs/

This repository includes two sets of files. The first, `cpp_completion.el` contains the emacs lisp configuration file required to install/activate the packages within emacs. Include this file in your `~/.emacs.d/` folder, and then put `(load-file "~/.emacs.d/cpp_config.cpp")` in your `init.el`. The other files are extremely simple example source files for checking that the code completion is working correctly. They include a `main.cpp` file, and a couple of other files, `rect.cpp` and `rect.hpp`, which define a simple class definition for testing.
This repository includes two sets of files. The first, `cpp_completion.el` contains the emacs lisp configuration file required to install/activate the packages within emacs. Include this file in your `~/.emacs.d/` folder, and then put `(load-file "~/.emacs.d/cpp_completion.el")` in your `init.el`. The other files are extremely simple example source files for checking that the code completion is working correctly. They include a `main.cpp` file, and a couple of other files, `rect.cpp` and `rect.hpp`, which define a simple class definition for testing.

The details of how to properly use the code provided in this repository, and to fully activate Irony and GTAGS, can be found [in this blog post](http://cachestocaches.com/2015/8/c-completion-emacs/).
The details of how to properly use the code provided in this repository, and to fully activate Irony and GTAGS, can be found [in this blog post](http://cachestocaches.com/2015/8/c-completion-emacs/).