Skip to content

Conversation

zonuexe
Copy link
Member

@zonuexe zonuexe commented Apr 30, 2021

I have split the functions that are not related to the processing as major mode into other files.

New variable

php-search-documentation-function custom variable

Replaces function to search for the keyword at the cursor position.

  • default: #'php-search-web-documentation
(custom-set-variables
 '(php-manual-path (expand-file-name "~/local/share/php-manual"))
 '(php-search-documentation-function #'php-local-manual-search))

BC break

No longer refer to the local manual unless you set php-search-documentation-function.

@zonuexe zonuexe force-pushed the refactor/php-local-manual branch 2 times, most recently from 6583898 to 19bb723 Compare April 30, 2021 15:00
@zonuexe zonuexe force-pushed the refactor/php-local-manual branch from 19bb723 to 48bd19a Compare April 30, 2021 15:04
@zonuexe zonuexe merged commit ac5301d into master Apr 30, 2021
@zonuexe zonuexe deleted the refactor/php-local-manual branch April 30, 2021 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant