You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for def, defp, defmodule and defimpl seems to be the same in smartparens, and all of them work except for defp. I think it might be coming from somewhere else indeed, but can't say for sure.
Expected behavior
When I type 'defp' and then type SPC
I want to see
Actual behavior
When I type 'defp' I immediately see (without needing to type SPC)
Steps to reproduce the problem
See above
Backtraces if necessary (
M-x toggle-debug-on-error
)Environment & version information
smartparens
version: 20231024.1804major-mode
:elixir-mode
M-x emacs-version
): GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8)The text was updated successfully, but these errors were encountered: