noticket - updates
This commit is contained in:
@@ -6,8 +6,8 @@ tags: ["emacs", "linux"]
|
||||
categories: ["Tutorial"]
|
||||
contentCopyright: true
|
||||
hideHeaderAndFooter: false
|
||||
images:
|
||||
- "/static/img/emacs-clang-libopencm3/header-completion.png"
|
||||
cover:
|
||||
image: /static/img/emacs-clang-libopencm3/header-completion.png
|
||||
---
|
||||
With some minor dependencies, it's fairly straightforward in setting up your
|
||||
Emacs workflow to include IntelliSense-like auto-completion!
|
||||
@@ -114,13 +114,11 @@ The above assumes that `libopencm3` is also places within the project
|
||||
directory
|
||||
{{< /sub >}}
|
||||
|
||||
{{< admonition warning Note >}}
|
||||
There is a strange issue that is encountered with non-working completion for new
|
||||
header include statements. The workaround for this includes running `M-x irony-server-kill`after new header
|
||||
additions to your current working file. Irony's server is clever enough to
|
||||
restart itself after a completion request is triggered via `TAB` so this is a
|
||||
fairly uninvolved workaround.
|
||||
{{< /admonition >}}
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
Reference in New Issue
Block a user