Case splitting in M-t and initial-code in C-u M-t
This commit is contained in:
@@ -125,10 +125,9 @@ unloaded modules are loaded")
|
||||
|
||||
(defun ghc-complete ()
|
||||
(interactive)
|
||||
(when (null (ghc-try-rewrite))
|
||||
(if (ghc-should-scroll)
|
||||
(ghc-scroll-completion-buffer)
|
||||
(ghc-try-complete))))
|
||||
(if (ghc-should-scroll)
|
||||
(ghc-scroll-completion-buffer)
|
||||
(ghc-try-complete)))
|
||||
|
||||
(defun ghc-should-scroll ()
|
||||
(let ((window (ghc-completion-window)))
|
||||
|
||||
Reference in New Issue
Block a user