Skip to content

Commit

Permalink
Make meow in normal state under haskell-interactive-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalyAnkh committed Dec 11, 2021
1 parent 6aa14bc commit 6897af6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)



### Breaking Changes

#### Changes for THING register
Expand All @@ -20,6 +22,7 @@ register new thing with Emacs things, functions, syntax descriptions or regexp p
* [#110](https://github.com/meow-edit/meow/issues/110) Only disable hint overlay for modes in `meow-expand-exclude-mode-list`.
* Add custom variable `meow-motion-remap-prefix.`
* Remove `dash.el` and `s.el` from dependencies.
* Add more defaults to `meow-mode-state-list`.

## 1.1.1 (2021-12-06)

Expand Down
3 changes: 2 additions & 1 deletion meow-var.el
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,8 @@ This option will affect the color of position hint and fake region cursor."
:type 'boolean)

(defcustom meow-mode-state-list
'((beancount-mode . normal)
'((haskell-interactive-mode . normal)
(beancount-mode . normal)
(fundamental-mode . normal)
(occur-edit-mode . normal)
(text-mode . normal)
Expand Down

0 comments on commit 6897af6

Please sign in to comment.