-
tired of failing to get the tdlib version to work with me, I decided to try out the Docker solution. Unfortunately, it also failed fast:
Status (WorldsEndless): telega-server: exited abnormally w…
-
To install, I did the following, as per the instructions from the readme:
- Disable the 'org' module in init.el
- Removed pdf-tools from readme
- Copied code from readme into packages.el
- Ran 'do…
-
### Description
#### Steps to Reproduce
I am not sure if this can be reproduced or it is just an issue going on with me. I updated doom emacs and now I am not able to use emacs at all since org-…
-
**Describe the bug**
LSP server is stuck in starting status and doesn't make progress.
**To Reproduce**
Just open a Java file with lsp-java mode enabled.
```bash
GNU Emacs 27.2
Copyright (C)…
-
### Regression?
Yes
### System Info and Version
System/Version info
```sh
Hyprland, built from branch at commit 0500213086f8402ccbdb2acb4748dbc6d22e21f6 (input: try to refocus a focusa…
-
I have no auto-completion with company. I write something like `document.` and then I wait for suggestions but I get none.
I'm using company 20150301.1814 from MELPA and js2-mode 20150301.337 from ME…
-
Currently, the emacs cheatsheet tells you to install `evil` which is not of great help, especially if you never used VIM.
I recommend this cheatsheet instead (as reference): https://www.gnu.org/so…
-
I have the following in my emacs init.el:
``` lisp
(use-package prettier-js
:ensure t
:config
(add-hook 'web-mode-hook
#'(lambda ()
(enable-minor-mode
'("\\.jsx?\\'" . prett…
-
I have an iBook G3 (Open Firmware BootROM 4.5.2f2) and I was wondering if there is any way to run the copy of MicroEMACS included in this repository as a client on it, just like it can be done on the …
-
@Zaeph
There are a couple of general emacs-lisp style guides, most notably the official one:
https://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html
and another one here…