thkoch2001
thkoch2001
Hi, clippy is a dependency of Gerrit, which I'd like to package for Debian and thus I'd also need to package clippy (or patch it out). Could you be so...
I hate you! I should be working on my thesis! I thought this important project should be themable, e.g. to provide also a more pleasant sound set. Angels chorus on...
Version 1.2.1 was tagged in 2018. There are however only 5 commits since them though. Your package is now packaged for Debian: https://tracker.debian.org/pkg/bui-el Thank you for your work!
Given an input file _test.md_ for a command with a subcommand (like e.g. with git): ``` # Name git log - does something ``` `lowdown -sT man test.md` produces: ```...
The [XDG Base Directory Specification](https://wiki.debian.org/XDGBaseDirectorySpecification) proposes where to store configuration, data and cache files. Basically spacemacs config should go to `$HOME/.config/spacemacs`, cache files to `$HOME/.cache/spacemacs` and data (like backup files)...
I like my elisp to come from the Debian repository and this is the minimal init.el I came up with to support this: ```elisp (unless (package-installed-p 'use-package) (progn (message "WARNING:...
Hi, could you please sign your git tags? Thus people can verify that they got the code you wrote and not some man-in-the-middle attack. man git-tag Thx!
Could you please provide the origin and license information for the icons in the icons folder so that I could include them in a Debian package of lsp-java? Providing this...
Tramp remote for LSP is described here: https://emacs-lsp.github.io/lsp-mode/page/remote/ This issue explains that lsp-java is not yet expected to work over tramp, but the issue is for some reason closed: #149....
The file is not in ELF format and also does not start with #!, so there is nothing to execute.