el-get icon indicating copy to clipboard operation
el-get copied to clipboard

Manage the external elisp bits and pieces upon which you depend!

Results 138 el-get issues
Sort by recently updated
recently updated
newest added

- https://github.com/fsharp/fsharpbinding is deprecated(archived) now - Current repository is https://github.com/fsharp/emacs-fsharp-mode

Hey guys I tried to install magit in a new system via el-get and I kept getting an error. that magit can't find magit.info. Following hints from this: https://github.com/dimitri/el-get/issues/2574 I...

- fixed wrong load-path and - updated minimum required emacs version

Apparently the documentation is not included if installing el-get from melpa, and since compiling el-get would require manual fiddling everytime it was updated on OpenBSD. This is a rough situation.

According to https://github.com/abo-abo/swiper/blob/7489968257a74f176c0d1de7ec8bd1e2011f0db4/targets/install-deps.el#L17 which is called by `make deps`, swiper depends on avy, hydra, and wgrep. This change adds the load path of hydra and wgrep for `make compile`. At...

In the README here on this site in the Basic Setup, it says `(add-to-list 'load-path "~/.emacs.d/el-get/el-get")` but that should really be something that uses the `user-emacs-directory` directory. I guess: ```...

### Observed behavior Noticed that when trying ```elisp (el-get-bundle magit :type elpa) ``` Resolves to `.status.el` line ```elisp ... (magit status "installed" recipe (:name magit :type elpa :depends (with-editor transient...

Add `:files` directive. See: #2857

Company now includes an additional `icons` directory in the repository which should be part of the `:files` directive.

I tried to install the go-company recipe and the installation failed in the byte compile stage because it couldn't find the elisp source. I did some research and with the...