Martin Schulze
Martin Schulze
Hi! I'm installing and using el-get through req-package (a use-package wrapper). Everything works but I get an annoying error on every startup: ``` Error (el-get): while initializing el-get: Package โel-get-20180126.1603โ...
### Description Hi ๐ ! First of all congrats on reaching v1! I'm unfortunately though holding back on upgrading to the "v1 design" because of the weird way file system...
After installing dockerfile-mode via [req-package](https://github.com/edvorg/req-package) as follows: ``` (req-package dockerfile-mode :config (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode))) ``` I receive the error: `eval-buffer: Required feature โsโ was not provided` But I...
Hi! Thank you for this great package! Unfortunately it has stopped working for me: # Issue Description When I open up any `ipynb` file emacs drops me in fundamental mode...
# Current behavior I'm using a base image from a private gitlab repo. So I login with podman like so: ```sh $ podman login registry.gitlab.com -u martin -p glpat-SuPerSecreTtoken ```...