emacs-helm / helm-dictionary

Helm source for looking up dictionaries
31 stars 12 forks source link

Add toggle var for helm full frame #29

Closed ransomts closed 6 years ago

ransomts commented 6 years ago

I kept reading a word and trying to look it up, only to have it covered up by the helm popup! I can't spell!

thierryvolpiatto commented 6 years ago

You can use "C-c _" to toggle full frame.

thierryvolpiatto commented 6 years ago

Tim Ransom notifications@github.com writes:

I kept reading a word and trying to look it up, only to have it covered up by the helm popup! I can't spell!

Another alternative is displaying helm-buffer in a separate frame:

(add-to-list 'helm-commands-using-frame 'helm-dictionary)

-- Thierry