File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
doc/modules/ROOT/pages/usage Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,23 @@ dedicated buffer.
17
17
18
18
image::code_completion.png[Code Completion]
19
19
20
+ [NOTE]
21
+ ====
22
+ There are two things to keep in mind about the standard completion:
23
+
24
+ 1. The default keybinding kbd:[M-TAB] is not usable in desktop environments that
25
+ use it for switching between open applications.
26
+ 2. You have to configure kbd:[TAB] to do completion manually by adding this snippet your Emacs config:
27
+
28
+ [source,lisp]
29
+ ----
30
+ (setq tab-always-indent 'complete)
31
+ ----
32
+
33
+ Normally kbd:[TAB] only indents, but now it will also do completion if the code
34
+ is already properly indented.
35
+ ====
36
+
20
37
== Auto-completion
21
38
22
39
While the standard Emacs tooling works just fine, we suggest that
You can’t perform that action at this time.
0 commit comments