Enable electric pairing in Haskell
This commit is contained in:
parent
0d8c294865
commit
403eee3ed1
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0329.215543
|
||||
;; Version: 2020.0408.201521
|
||||
;; Package-Requires: (haskell-mode)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -26,6 +26,8 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(add-hook 'haskell-mode-hook 'electric-pair-local-mode)
|
||||
|
||||
;;;###autoload(with-eval-after-load 'haskell-mode (require 'oni-haskell))
|
||||
|
||||
(provide 'oni-haskell)
|
||||
|
|
Loading…
Reference in a new issue