doc: replace &lt; with < in Markdown

This commit is contained in:
Robert Schütz
2021-03-07 11:40:18 +01:00
parent 413b44590f
commit 52de3976b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ You can install it like any other packages via `nix-env -iA myEmacs`. However, t
;; load some packages
(use-package company
:bind ("&lt;C-tab&gt;" . company-complete)
:bind ("<C-tab>" . company-complete)
:diminish company-mode
:commands (company-mode global-company-mode)
:defer 1