Skip to main content
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
1 vote
1 answer
372 views

emacs native compiler error does anyone know what's wrong with this? I try to download evil for emacs but encounter a native compiler error, and doom-mode-line also has this problem Error (use-package)...
Happytech_web's user avatar
0 votes
0 answers
231 views

I recently installed emacs 29.1 on my Windows machine from this repo: https://ftp.gnu.org/gnu/emacs/windows/emacs-29/ I started configuring it and the first thing I did is install evil-mode, so I can ...
Bryan Yep's user avatar
1 vote
0 answers
130 views

I currently have this Doom Emacs functionality: /* * * <- automatically inserted after pressing ENTER [good] */ // // <- automatically inserted after pressing ENTER [bad] What could elisp ...
Krys's user avatar
  • 91
0 votes
1 answer
1k views

Sometimes when I save a file I get a debugger error message in Emacs, it doesn't happen always but happens randomly whenever I save a file. The error message is as follows Debugger entered--Lisp error:...
user avatar
0 votes
1 answer
209 views

I am trying to override some of the default keymaps of emacs evil mode. What I have done is this: (evil-define-key 'visual 'global "<" (lambda () (evil-shift-left) (evil-visual-...
Shaobin Jiang's user avatar
1 vote
0 answers
350 views

I'm looking for a way to temporarily disable auto-completion frameworks (corfu in my case) when I'm doing macro-expansion. the problem is that when I'm running a kbd-macro, or trying to insert to ...
ntriisii's user avatar
0 votes
1 answer
84 views

Emacs-Doom Vim-mod How to move my box to end of character when switching from normal to insert mode in Emacs Doom Vim-mode? I am a Doom Emacs newcomer. What do I need to insert in my config? Please ...
PandaPo's user avatar
0 votes
1 answer
2k views

I have been using emacs for note-taking with org mode. I don't like other note-taking apps. I have come to like emacs for other tasks as well. However, I have trouble navigating dired with evil-mode. ...
Maxwell Midega's user avatar
1 vote
1 answer
77 views

It looks like the function that I use is not correctly visualizing the entire function. Currently, the function only visually highlights the region from the beginning of the function to the current ...
JongHyeon Yeo's user avatar
0 votes
1 answer
172 views

When in evil-mode, I can make the cursor go down 3 lines by command 'C-u 3 M-x evil-next-line' , but how can I make the cursor go down 3 lines by just pressing J?
Giant's user avatar
  • 1
0 votes
1 answer
344 views

I am using (evil-visual-block) and after the block selection pressing capital letter I and then typing what I want and pressing Esc when I am OK. Now, I see there is a mistake. How to quickly undo ...
fegax's user avatar
  • 247
0 votes
1 answer
258 views

I was wondering what function evil mode ran when I pressed :w. I tried using C-h k and then I pressed :w but it only registed the : I pressed and showed me information about evil-ex function instead ...
Ali Awan's user avatar
  • 372
0 votes
2 answers
2k views

I started converting my evil-define-key calls to use the :general extension to use-package, and sometimes they work, and sometimes not. Re-evaluating the (use-package ...) s-expression doesn't change ...
Howard Abrams's user avatar
1 vote
2 answers
592 views

I saw this questionn https://emacs.stackexchange.com/questions/45056/how-do-i-install-the-evil-package but I can't decipher how to use it to help me. I also have the same issue: M-x package-install ...
Charlie Parker's user avatar

15 30 50 per page
1
2 3 4 5
13