Thomas Frössman

Results 177 comments of Thomas Frössman

I don't think we should work something overly complicated into this behaviour, much of package.el is hidden inside it's functions. If I have understood things correctly emacs25.1 will see quite...

FYI, I just do a `package-refresh-contents` and restart emacs when I'm bootstrapping and that happens.. It's such an uncommon situation that it for me does not warrant special care, if...

This is a part of my eary start up... ``` el ;;;; package.el (eval-and-compile (setq package-enable-at-startup nil package-archives '(("melpa-stable" . "http://stable.melpa.org/packages/") ("melpa" . "http://melpa.org/packages/") ("marmalade" . "http://marmalade-repo.org/packages/") ("org" . "http://orgmode.org/elpa/")...

If the package references by use-package is new the contents is refreshed. Last time I looked the package.el does not tell the caller why an package installation error occurred (the...

I was not saying that the suggested solutionis complicated, just that a proper solution which doesn't involve guessing about the remote package state might be complicated to implement. Why is...

@jeberger alright! I generally like better solutions solutions rather than getting stuff upstream as fast as possible.. In the end, it's all elisp so the fastest way will probably always...

I don't know if it helps here but I created an simple color selection algorithm for diff/refine yesterday that works very well for solarized and gruvbox palettes. The trick was...

I decided just to push the whole thing so now there is a solarized-zenburn-theme as well. The more the merrier I guess, solarized-zenburn is more of a remix than a...

If you are using the default use-package settings they are not equal. `(use-package company-lsp :commands company-lsp)` does not require the package since `:commands` makes it lazy load when that command...

now I get what you mean (i think). You probably want something like this (?) http://stackoverflow.com/questions/13102494/buffer-locally-overriding-minor-mode-key-bindings-in-emacs