Skip to content

Commit

Permalink
Merge pull request #56 from otknoy/gt
Browse files Browse the repository at this point in the history
google-traslate.el requires popup package
  • Loading branch information
otknoy authored Dec 31, 2021
2 parents 3cfac41 + 05e420d commit 00c8477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@
:global-minor-mode global-git-gutter-mode))
(leaf google-translate
:ensure t
:init
(require 'google-translate-default-ui)
:init (leaf popup :ensure t)
:require 'google-translate-default-ui
:bind (("C-c t" . google-translate-smooth-translate))
:config
(setq google-translate-translation-directions-alist
Expand Down

0 comments on commit 00c8477

Please sign in to comment.