[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/phpinspect dbbc5927e4 022/126: Enable company-mode befo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/phpinspect dbbc5927e4 022/126: Enable company-mode before changing its variables in README example |
Date: |
Sat, 12 Aug 2023 00:58:37 -0400 (EDT) |
branch: externals/phpinspect
commit dbbc5927e49a367da82b42c9449c2fa647ad8817
Author: Hugo Thunnissen <devel@hugot.nl>
Commit: Hugo Thunnissen <devel@hugot.nl>
Enable company-mode before changing its variables in README example
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 58a3b259e3..5ae4ba18d9 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,9 @@ Example config:
```elisp
;;;###autoload
(defun my-php-personal-hook ()
+ ;; It is important to enable `company-mode' before setting
+ ;; the variables below.
+ (company-mode)
(setq-local company-minimum-prefix-length 0)
(setq-local company-tooltip-align-annotations t)
(setq-local company-idle-delay 0.1)
- [elpa] externals/phpinspect e35caa7e15 118/126: Fix a variety of bugs, (continued)
- [elpa] externals/phpinspect e35caa7e15 118/126: Fix a variety of bugs, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect f7d88a90f4 009/126: Implement some general tests for the parser code, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 74bd0ad434 032/126: WIP: New data type for cached classes, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 3a3e2cd362 042/126: Update README with new development repository location, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 0bc9e795b2 043/126: Fix tests and patch bugs that came to light in the process, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect f030a685d2 060/126: Alter interpret-expression-type to interpret array-member assignment, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 8cd4dc2025 058/126: Remove commented code + tidy some formatting, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect e067a9e9dd 122/126: Remove obsolete function and add some documentation to mode doc string, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 5fe0b7bdc5 123/126: Add .cask directory to gitignore, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect 15c175dc61 016/126: Only attempt to byte compile when the handler isn't already compiled, ELPA Syncer, 2023/08/12
- [elpa] externals/phpinspect dbbc5927e4 022/126: Enable company-mode before changing its variables in README example,
ELPA Syncer <=