define-it icon indicating copy to clipboard operation
define-it copied to clipboard

Define, translate, wiki the word.

Results 2 define-it issues
Sort by recently updated
recently updated
newest added

It doesn't activate the buffer by default (when `define-it-output-choice` set to `'view`). For now, I'm using a workaround such as this: (defun define-it--find-buffer (x) (let ((buf (format define-it--buffer-name-format define-it--current-word))) (pop-to-buffer...

enhancement

Currently the dictionary module is by parsing the html source directly. The parsing seems to be mistaken sometimes. **TODO:** Improve this!

bug
enhancement
help wanted