Naoya Yamashita

Results 67 issues of Naoya Yamashita

Add `:command*` keyword proposed at #851. Special thanks to @aspiers. This `:command*` is similar to `:command`, but it generate autoload statement as no-interactive one.

This keyword is proposed at #812. Special thanks for @andreyorst. NOTE: This PR may not completed. I don't familier with use-package codebase, I cannot find code that suppress require statemant...

Hi! Thanks for such great work! I found that `lsp-ui-flycheck` has an implicit (not listed in the `Package-Requires`) dependency. A common solution to this problem is to create a new...

duplicate
flycheck

docs: add get_human function solves #1290.

## Checklist - [x] I have searched existing issues and StackOverflow for solutions. - [x] I have read the [Flycheck manual][]. - [x] I have read the [Troubleshooting Guide][]. -...

kind: user support

## Description Hi! I found `aggressive-indent-mode` has unbalanced enable/disable hook configuration. There are any special meanings? https://github.com/Malabarba/aggressive-indent-mode/blob/c28246ba09d53e32cd9d8cafb1830f50387d9985/aggressive-indent.el#L510-L519 ```emacs-lisp (if aggressive-indent-mode ;; {{hide something}} (add-hook 'after-change-functions #'aggressive-indent--keep-track-of-changes nil 'local) (add-hook 'after-revert-hook...

Hi! I find this package and find `aggressive-indent-bug-report`. How about this approach? And I add ISSUE_TEMPLATE.md. You don't need it, please comment.

Hi! This PR's idea from #369. Hide child-theme files into `solarized-child-themes` and child-theme have own palettes in own files.

prio low

Looking at the source tree, it appears that the `pipenv` system file does not exist and that it is assumed to use `poetry` instead. Therefore, I change the description to...