diff options
| author | 2026-03-27 11:25:33 -0700 | |
|---|---|---|
| committer | 2026-03-27 11:25:33 -0700 | |
| commit | ddabed921df62062010156178317c79e612e889d (patch) | |
| tree | dbb772ce53887dff64676b2c0a9abcfcf821a561 | |
| parent | febf4ce5782a3fc6d888df14afbe91dd808e263d (diff) | |
| download | emacs-config-master.tar.gz emacs-config-master.zip | |
Hopefully this helps to make sure that ‘(setf (map-elt))’ will work.
| -rw-r--r-- | oni-php/oni-php.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni-php/oni-php.el b/oni-php/oni-php.el index 5964c34..f5ec1f3 100644 --- a/oni-php/oni-php.el +++ b/oni-php/oni-php.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0327.111947 +;; Version: 2026.0327.112457 ;; Package-Requires: (oni-yasnippet oni-flycheck oni-company oni-hydra oni-smartparens ggtags fic-mode company-php rainbow-delimiters rainbow-identifiers) ;; This program is free software; you can redistribute it and/or modify @@ -30,6 +30,7 @@ (require 'align) (require 'company) (require 'hydra) +(require 'map) (require 'project) (require 'whitespace) (require 'yasnippet) |
