Skip to content

Instantly share code, notes, and snippets.

@takeokunn
Created September 27, 2023 06:55
Show Gist options
  • Save takeokunn/4d98c0ad0c4089ad1abf6a35909fcfea to your computer and use it in GitHub Desktop.
Save takeokunn/4d98c0ad0c4089ad1abf6a35909fcfea to your computer and use it in GitHub Desktop.
for php-mode patch
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index dd57690..efcdd2a 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -83,6 +83,7 @@
(require 'rx)
(require 'cl-lib)
(require 'flymake)
+ (require 'flymake-proc)
(require 'php-flymake)
(require 'regexp-opt)
(declare-function acm-backend-tabnine-candidate-expand "ext:acm-backend-tabnine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment