skyler544
skyler544
Sorry, accidentally pressed enter before entering the description: The project I'm working uses lots of FQNs, like this: ```php try { $candidate = $query->getSingleResult(); } catch (\Doctrine\Orm\NoResultException $e) { $candidate...
I may just be doing it wrong, but is there no way of using `:bind` for a keymap like `java-mode-map`? ```lisp (use-package cc-mode :bind (:map java-mode-map ;; :package cc-mode ("[tab]"...
First of all, thank you for deadgrep! Second, I'm sorry for abusing your issue tracker like this. This is more of a discussion topic if anything. The idea goes roughly...
Minimal configuration to reproduce: ```lisp (package-initialize) (when (and (not (package-installed-p 'use-package)) (assoc 'use-package package-archive-contents)) (package-install 'use-package)) (use-package image-roll :ensure nil :load-path "~/build/image-roll.el/" :init (require 'image-roll) :after pdf-view :hook (pdf-view-mode ....
 When using `swiper-query-replace` with `prescient` enabled, the prompt string is broken. System info: - Distro: Arch Linux - Emacs: `emacs-native-comp-git 28.0.50.146220-1` Expected behavior: - Prompt string: `Query replace [query]...
Here is the US ANSI layout variant for the InfinityBook Pro 14 Gen6
Emacs 30+ [introduces a native `php-ts-mode`](https://git.savannah.gnu.org/cgit/emacs.git/tree/lisp/progmodes/php-ts-mode.el?h=emacs-30); I've been using it for a few weeks and it seems to work fine. The new mode depends on all three of these recipes;...
Thank you for creating this package! I've been using it off and on for about a month and have found it quite helpful. Are there any plans to publish this...