From a11e9ba517690eef73c102ec9d972ccae8162512 Mon Sep 17 00:00:00 2001 From: angrygoats Date: Wed, 30 May 2018 12:37:20 -0700 Subject: [PATCH] notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8feed5c..44b9f1b 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,10 @@ The directory structure is as follows: 5. *scripts/diagnostics/* - This directory contains scripts for helping to diagnose problems 3. *installation_instructions* - This file contains a series of command you copy and paste during install of Arch 4. *nix/* - This contains all the stuff needed to get up and running with my nix configuration + +## Emacs Specific Things + +Before programming C, install `global` and `libclang` in your distro. After doing that, run `M-x irony-install-server` to install the server in the emacs directory. +Finally, `cd` to the root of your project and run `gtags`. You now have functioning irony C completion. + +Before programming Java, install `eclim`, and `eclipse`.