branch: elpa/haskell-tng-mode
commit 3179294826881df5abe94efa195cf5c40ae9b85d
Author: Tseen She <ts33n....@gmail.com>
Commit: Tseen She <ts33n....@gmail.com>

    rename ormolu command
---
 haskell-tng-extra.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/haskell-tng-extra.el b/haskell-tng-extra.el
index 912bf69..0e5e806 100644
--- a/haskell-tng-extra.el
+++ b/haskell-tng-extra.el
@@ -65,7 +65,7 @@ When in a comment and called with a prefix, the comment will 
be completed."
   (revert-buffer t t t))
 
 ;;;###autoload
-(defun haskell-tng-stylish-ormolu ()
+(defun haskell-tng-ormolu ()
   "Apply `ormolu' rules."
   ;; TODO use https://github.com/purcell/reformatter.el
   ;; TODO error buffer should be easy to dismiss

Reply via email to