Skip to content

Commit

Permalink
fix copypasta hook function names in file mode
Browse files Browse the repository at this point in the history
  • Loading branch information
countvajhula committed Sep 12, 2024
1 parent 7524136 commit f447d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rigpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@
:post-entry #'rigpa--on-buffer-mode-entry
:post-exit #'rigpa--on-buffer-mode-post-exit)
(rigpa-register-mode chimera-file-mode
:post-entry #'rigpa--on-buffer-mode-entry
:post-exit #'rigpa--on-buffer-mode-post-exit)
:post-entry #'rigpa--on-file-mode-entry
:post-exit #'rigpa--on-file-mode-post-exit)
(rigpa-register-mode chimera-text-mode
:post-entry #'rigpa--on-text-mode-entry
:post-exit #'rigpa--on-text-mode-post-exit)
Expand Down

0 comments on commit f447d8e

Please sign in to comment.