Questions tagged [doom]
Doom is a configuration framework for GNU Emacs tailored for users who want less framework in their frameworks and the performance of a hand rolled config (or better). It can be a foundation for your own config or a resource for Emacs enthusiasts to learn more about our favorite OS. https://github.com/hlissner/doom-emacs
230 questions
0
votes
0
answers
23
views
Different color for current highlighted match in evil-ex-search-forward
I'm using doom emacs, which has in-built configuration to search for text in buffers with key binding / (evil-ex-search-forward). Once I search, I can hit RET and use either n or S-n to cycle through ...
1
vote
1
answer
123
views
Indenting c++ line beginning with '<<' with tree-sitter
I'm running emacs 30.2 (built locally from source), on Ubuntu, using doom. Today, I was editing some c++ code that uses iostreams, and I had multiple lines that started with the '<<' operator. ...
0
votes
0
answers
47
views
How to configure TAGS generated using doom emacs (corfu and cape)
I'm using forth with doom emacs and It works well, for autocompletion and finding definition I want to use TAGS (because forth LSP seems obsolete https://github.com/AlexanderBrevig/forth-lsp and when ...
0
votes
0
answers
46
views
Indention issue for C++ Qt class
I'm using Doom Emacs with (cc +tree-sitter +lsp), you can find my full config here: https://github.com/ZaneH/doom-emacs-config/blob/main/init.el
When editing this file:
// ./src/gui/ChatWindow.h
#...
0
votes
1
answer
207
views
How to enable jupyter-python for org mode in Doom?
I just installed emacs 29.1 on Linux Mint. Then I downloaded and installed Doom - which seems to be operating properly.
How do I enable Doom to run jupyter-python source blocks in an org document? I ...
1
vote
1
answer
118
views
Change quote type inside of LaTeX environment in Doom Emacs
I am using Doom Emacs on Windows. I prepare documents in LaTeX and have AUCTeX installed. I am using the minted package and would like doom emacs to simply insert a simple double quote to denote ...
0
votes
1
answer
50
views
Clojure mismatch completion behaviour
Current behavior:
Mismatch of completions. I want to have a completion similar to the REPL in the buffer. Not intentional; I want them to match (following the cider-repl completion behaviour).
My ...
0
votes
1
answer
83
views
How can I apply small fixes from lsp inside emacs?
consult-lsp-diagnostics shows several issues with my code. In VS Code, there's a button to apply the fix and this seems to be part of lsp itself. How can I do this in emacs?
lsp-execute-code-action ...
1
vote
1
answer
92
views
Hook to do something on clocking in if task is not in file X; if it is in file X do nothing
Doom emacs user. Trying to start learning emacs lisp though clearly have a lot of work to do.
I'm looking to add a hook that, when I clock in on a task, provided it's located in files X, Y or Z, i'd ...
1
vote
0
answers
56
views
How to display dap-ui windows in a new frame using display-buffer-alist
I am trying to display small dap-ui windows such as dap-ui-sessions in a seperate new frame.
I managed to write a function to create a new frame on the second monitor:
(defun my-debugger-frame ()
&...
1
vote
1
answer
462
views
Unable to compile latex on Doom
Running Doom Emacs 3.0 on Emacs 29.1 on macos sequoia 15.2.
After the recent upgrade to the OS and to Emacs, Emacs is correctly highlighting syntax. But I am not able to compile latex documents using ...
0
votes
1
answer
66
views
Folded headings have ellipses in square brackets
Using Doom Emacs.
Earlier, when I folded a heading, ellipses used to appear at the end.
After recent update to Emacs 29.1 Doom v 3.0.0-pre, the ellipses appear in square brackets. See below for an ...
0
votes
1
answer
82
views
Problem capturing a new entry to another header in the current buffer
I am a Doom Emacs user if it is relevant to that issue.
I was initially trying to build templates with location finding functions when I found this bug (which I believe is a bug in my config, not org-...
5
votes
2
answers
110
views
Circumvent sudo fingerprint in tramp
Having recently got a device that has a fingerprint reader built in, I set to enabling fingerprint authentication. I have this is sudo now, and this is useful in my terminal.
The issue I'm running ...
0
votes
1
answer
104
views
How to disable (parts of) company
How can one disable all abc … (text) suggestions in company-mode writing LaTeX? I’d just like to keep the snippet suggestions. – Thanks.