-
**What did you expect to happen?**
```
(add-hook! window-setup #'doom-load-session)
(add-hook! kill-emacs #'doom-save-session)
```
at the end of my `config.el`. `doom-dashboard` and `workspaces` …
-
So I've been running omnisharp-roslyn and it's been great. (Thanks!) The biggest issue that I've run into is trying to run omnisharp-start-omnisharp-server and after a while my emacs comes to a crawl…
-
I have noticed that each time I restart the server manually all the .cs buffers have their flycheck in "defunct mode", i.e. I need to re-open the file to get flycheck check that buffer again.
-
# Summary
The conditional before the import causes emacs to crash when editing the
following file. There are two versions of Ui_TicketOrderDialog
which were generated by designer-qt4.
Not sure …
-
This template is for **user support**. If you are reporting an actual Flycheck bug, please use the relevant issue template instead.
## Checklist
- [x] I have searched existing issues and StackOve…
-
This part of frontmacs-editing.el:
;; make the flycheck arrow look like an exclamation point.
;; but only do it when emacs runs in a window, not terminal
(when window-system
…
-
## Description
Currently using a leaf block with `:leaf-defer` set to `nil` to bind keys to a keymap causes the bindings to be deferred to the leaf name.
I do not think this behavior is intuitiv…
-
Originally logged at https://github.com/emacs-lsp/lsp-mode/issues/912
-
I currently use
```elisp
(add-to-list 'flycheck-hooks-alist
'(after-revert-hook . flycheck-buffer))
```
to enable checking of generated code.
What about making this standard…
-
I was trying to sort out a flawed checker definition (I am editing files in a virtualenv with a different set of linting tools (python3), and the checkers in emacs seemed to be using platform defaults…