Skip to main content
0 votes
0 answers
22 views

I'm trying to write elisp functions to work with exwm to switch to the next or previous workspaces and I came up with the following. They work as required with M-x, but when binding to a key, they don'...
xpusostomos's user avatar
  • 1,696
0 votes
0 answers
30 views

I'm trying to follow steps from the official website: https://emacs-lsp.github.io/lsp-mode/page/installation/ When i do M-x package-install and type in lsp-mode it gives the following result in the *...
Questioner's user avatar
1 vote
0 answers
36 views

I use the mg MicroGNUEmacs editor, a small emacs clone, and encountered a problem upon using c-mode. Whenever I type "}", ")", or "]", the cursor is taken to the matching ...
Aiden Ghim's user avatar
0 votes
2 answers
43 views

running emacs29 on windows/cygwin, have noticed that: (insert-button "foobar" 'help-echo "Hovering") works just fine with "Hovering" tooltip, while (insert-button "...
Vlado's user avatar
  • 1
Advice
1 vote
0 replies
39 views

I have a file in Orgmode, and I have to export it to .docx format using a heavily customised .docx template (publishers requirement). Specifically, all paragraph styles have their own names, including ...
yury10578's user avatar
  • 113
0 votes
0 answers
31 views

In VS Code, when a diagnostic is received by the client, only tree dots appear under the first caracters of the concerned text. Is there a way to customize Emacs to do the same when it receives long ...
Abdelghani's user avatar
0 votes
0 answers
50 views

I am using the following command line to run the auto processing on a verilog file: emacs -batch file.v -f verilog-batch-auto; When I get the error, it is not printed entirely, so the source of the ...
Nazar's user avatar
  • 880
1 vote
0 answers
72 views

I am using Emacs+Cider to develop a ClojureScript project with shadow-cljs. When I am using Cider with a .clj project, everything works fine. But in shadow-cljs projects specifically, I don't get the ...
user2649762's user avatar
1 vote
0 answers
39 views

I am using doom emacs as an editor for writing OmniJS automation files. According to the instructions, I've downloaded the tsconfig.json and omnifocus.d.ts files and put them in my project folder. ...
K G's user avatar
  • 1,845
0 votes
1 answer
85 views

I have upgraded from Emacs 29 to 30 and set indent-tabs-mode no nil. In makefile-mode the indent-tabs-mode is set. Therefore, Emacs replaces 8 spaces with a tab character. In version 29, the spaces ...
Marcus Hampel's user avatar
0 votes
0 answers
51 views

I use the code (add-hook 'evil-insert-state-entry-hook (lambda () (global-hl-line-mode 0))) (add-hook 'evil-insert-state-exit-hook (lambda () (global-hl-line-mode 1))) to make it more clear ...
maxfriis's user avatar
0 votes
1 answer
61 views

I move from Emacs to VSCode with DVT for Verilog. In Emacs by a single push of Tab I am able to indent/format beautifully the whole ports declaration list so that all declarations are aligned ...
chainastole's user avatar
1 vote
0 answers
80 views

I have installed emacs using nix-darwin with home-manager. The version is: GNU Emacs 30.2 (build 1, x86_64-apple-darwin24.6.0, NS appkit-2575.70 Version 15.6 (Build 24G84)) I have set it up using ...
K G's user avatar
  • 1,845
0 votes
0 answers
48 views

I have a custom keyboard and I want to map "n", "e", "i", "u" for movement, instead of "b", "n", "f", "p". I wish to ...
RFV's user avatar
  • 839
0 votes
0 answers
43 views

Many interactive functions generate lisp errors depending on the function name when using ivy and lsp and debugging it is difficult (in part because of the bytecode compile-function references). This ...
John Daschbach's user avatar

15 30 50 per page
1
2 3 4 5
1187