-
I had problems:
1- `browse-url-default-browser: ShellExecute failed: El sistema no puede encontrar el archivo especificado.`
Solved with this code:
```
(setq browse-url-browser-function 'brows…
-
I'm trying to install package `zmq`, which is used within `jupyter`. Then when issuing `(require 'zmq)`, I am prompted to build it, for which I respond yes.
I keep getting this error:
`Debugger …
-
`fzf` has been unusable for me under vterm, running it has its display trying to redraw constantly at the bottom of the screen. Using `--reverse` let's it somewhat display in the middle of the screen,…
-
I believe package.el has a user agent that includes the Emacs version.
Could you look at access logs and find out the popularity of the different Emacs versions? This would be useful data for package…
-
Hi there,
I just discovered your library by accident, and with a bit of integration, I came up with this:
* https://github.com/alphapapa/org-graph-view
* https://www.reddit.com/r/orgmode/commen…
-
```elisp
(straight-use-package 'emr)
```
fails to install because
```
$ cd /home/matus/.emacs.d/straight/repos/
$ git clone --origin origin --no-checkout https\://github.com/emacsorphanage/…
Fuco1 updated
4 years ago
-
if you create a `~/.emacs.d/package-quickstart.el` file with `M-x package-quickstart-refresh`, you may see startup error messages like:
Error during quickstart: (file-missing "Cannot open load …
-
## What's wrong
This seems similar to a previous issue that has happened with vterm: https://github.com/akermu/emacs-libvterm/issues/297
emacs-libvterm gets downloaded and built, but then the vter…
-
I'm using `solarized-theme` (melpa-stable, version 1.2.2) with `solarized-high-contrast-mode-line` enabled. [Here's how I set up solarized and powerline.](https://github.com/luisgerhorst/.emacs.d/blob…
-
Given a number of issues about removing old packages lately: #4372, #4382, and #4379 I think we should try to adopt some policy about how we will choose which packages to remove.
I don't feel bad a…