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
If `define-derived-mode haskell-mode` comes before `defcustom
haskell-mode-hook`, custom will report `haskell-mode-hook` as being
changed outside of customize. This prevents customizations from
taking effect. Swapping the order of definitions fixes this.
0 commit comments