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
231 questions
0 votes
0 answers
16 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 ...
0 votes
0 answers
42 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
1 answer
191 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 ...
0 votes
1 answer
49 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 ...
1 vote
1 answer
78 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
1 answer
449 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
0 answers
24 views
Code completions in dap-debug-repl
I was wondering how I get the dap debug repl to perform code completions, say, for user defined variables and methods? GNU Emacs v29.4 Doom core v3.0.0-pre Doom modules v24.04.0-...
5 votes
2 answers
104 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 ...