From bfe1d730d97cca602b77b2970ca0778f65e442a5 Mon Sep 17 00:00:00 2001 From: JAremko Date: Mon, 14 Mar 2016 20:06:30 +0200 Subject: [PATCH] add TOC to Semantic layer --- layers/semantic/README.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/layers/semantic/README.org b/layers/semantic/README.org index eed8808c02bc..de77d5d15aae 100644 --- a/layers/semantic/README.org +++ b/layers/semantic/README.org @@ -1,8 +1,13 @@ #+TITLE: Semantic layer #+HTML_HEAD_EXTRA: -* 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 @@ -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. @@ -37,4 +41,4 @@ file. | Key Binding | Description | |-------------+-------------------------------------| -| ~SPC m r~ | srefactor: refactor thing at point. | +| ~SPC m r~ | srefactor: refactor thing at point. | \ No newline at end of file