Skip to content

Commit

Permalink
add workaround for #9 to the config in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Oct 30, 2021
1 parent b79a0b1 commit e2dc85a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ This package isn't on `MELPA <https://melpa.org/>`_ yet, but you can install a p
:config
(setq rigpa-mode t)
;; temporary workaround for https://github.com/countvajhula/rigpa/issues/9
(remove-hook 'evil-symex-state-exit-hook #'symex-disable-editing-minor-mode)
;; custom config
(setq rigpa-show-menus nil)
Expand Down

0 comments on commit e2dc85a

Please sign in to comment.