Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Jul 18, 2024
1 parent 4fadc50 commit 3fea1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/init-dict.el
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
(gt-google-engine :if 'word)))
:render (list (gt-posframe-pop-render :if (lambda (translator)
(and (display-graphic-p)
(not (derived-mode-p 'Info-mode 'help-mode 'helpful-mode))
(not (derived-mode-p 'Info-mode 'help-mode 'helpful-mode 'devdocs-mode))
(not (member (buffer-name) '("COMMIT_EDITMSG")))))
:frame-params (list :accept-focus nil
:width 70
Expand Down

0 comments on commit 3fea1a7

Please sign in to comment.