Davide Masserut

Results 6 issues of Davide Masserut

Candidates sometimes disappear when `company-box-enable-icon` is `t` `setq company-box-enable-icon t`: ![peek 2018-07-16 12-00](https://user-images.githubusercontent.com/18464329/42756659-6f19b592-88fd-11e8-8486-17826180b261.gif) `setq company-box-enable-icon nil`: ![peek 2018-07-16 13-42](https://user-images.githubusercontent.com/18464329/42756839-18cebc72-88fe-11e8-8765-8860956bafa3.gif) Config: ```elisp (use-package company :defer 1 :config (setq company-tooltip-align-annotations t) (company-tng-configure-default)...

Is it possible to not sort company's candidates? Jedi returns the normal objects first and then the magical ones instead company shows them in reverse. I think is better to...

enhancement

This pr applies the same idea of f9174b2 to `go.work` files.

This PR adds the property `mode-class` with value `special` to `elfeed-search-mode` and `elfeed-show-mode`. According to the elisp docs every "special" mode should have this property.

This PR makes `org-pomodoro` stop playing a sound after an overtime. Currently, a sound is played both when the overtime period starts and when it ends.