We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(defun my/markdown-pgtel-mode-switch () "Switch mode if a gptel-model variable exists." (when (local-variable-p 'gptel-model) (gptel-mode))) (add-hook 'hack-local-variables-hook #'my/markdown-pgtel-mode-switch)
There was an error while loading. Please reload this page.