Skip to content

Commit

Permalink
add TOC to Semantic layer
Browse files Browse the repository at this point in the history
  • Loading branch information
JAremko committed Mar 14, 2016
1 parent 2012530 commit bfe1d73
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions layers/semantic/README.org
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#+TITLE: Semantic layer
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="../../css/readtheorg.css" />

* Description
* Table of Contents :TOC_4_org:noexport:
- [[Description][Description]]
- [[Features][Features]]
- [[Install][Install]]
- [[Key Bindings][Key Bindings]]

* Description
CEDET is a *C*ollection of *E*macs *D*evelopment *E*nvironment *T*ools written
with the end goal of creating an advanced development environment in Emacs.
CEDET includes common features such as intelligent completion, source code
Expand All @@ -18,7 +23,6 @@ perform smart code refactoring that based on code structure of the analyzed
language, instead of plain text structure. Semantic is the core of CEDET.

* Features

- Display function or variable definition at the bottom.
- Display current function cursor is in at the top. See
[[https://github.com/tuhdo/semantic-stickyfunc-enhance][this page]] for demos in some programming languages.
Expand All @@ -37,4 +41,4 @@ file.

| Key Binding | Description |
|-------------+-------------------------------------|
| ~SPC m r~ | srefactor: refactor thing at point. |
| ~SPC m r~ | srefactor: refactor thing at point. |

0 comments on commit bfe1d73

Please sign in to comment.