Davide Masserut
Davide Masserut
Candidates sometimes disappear when `company-box-enable-icon` is `t` `setq company-box-enable-icon t`:  `setq company-box-enable-icon nil`:  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...
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.