Jordan King
Jordan King
### Thank you for the bug report - [X] I am using the latest version of `doom-mode` related packages. - [X] I checked [FAQ](https://github.com/seagle0128/doom-modeline#faq). - [x] You may also try...
I don't know if this is an Ejira issue or something configured company-side on the jira API, but when dealing with large projects ejira is only able to create a...
**Describe the bug** I use a headerline, EAF browser renders on top of it (you can just about see it poking out at the top right)  Also notice how...
This is incredibly minor, but I was sure something was off. Char inside the caret is misalign by 2px: 
### Thank you for the bug report - [X] I am using the latest version of `dirvish` related packages. - [X] I checked [CUSTOMIZING|EXTENSIONS](https://github.com/alexluigit/dirvish#resources). - [ ] You may also...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your issue described in the documentation? - [X] I have read the...
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [ ]...
### I confirm that... - [X] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [X] I have read...
With a config like: ``` (defvar-keymap my-buffer-prefix-keymap :doc "buffers" "b" #'switch-to-buffer "k" #'kill-buffer "d" #'kill-buffer "p" #'previous-buffer "n" #'next-buffer "B" #'switch-to-buffer "r" #'rename-buffer "R" #'revert-buffer) (meow-leader-define-key '("SPC" . execute-extended-command) (cons...
After configuring dape for my specific setup I'm finding the following behavior. Any breakpoints set in emacs are not hit in chrome, and do not show up in the chrome...