Case splitting in M-t and initial-code in C-u M-t
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
((ghc-check-overlay-at (point))
|
||||
(ghc-check-insert-from-warning))
|
||||
(t
|
||||
(message "Nothing to be done"))))
|
||||
(when (null (ghc-try-case-split))
|
||||
(message "Nothing to be done")))))
|
||||
|
||||
(defun ghc-insert-module-template ()
|
||||
(let* ((fullname (file-name-sans-extension (buffer-file-name)))
|
||||
|
||||
Reference in New Issue
Block a user