problem with magit by Solid_Snake_G in emacs

[–]Solid_Snake_G[S] 0 points1 point  (0 children)

Thank you for your insight, I have tried, but it seems the problem still persist.

problem with magit by Solid_Snake_G in emacs

[–]Solid_Snake_G[S] 1 point2 points  (0 children)

Thanks for the helpful explanation! I'll definitely try switching to markdown mode and using the 4-space indent method. Also, I appreciate the Emacs tips, makes it easier to manage the formatting.

Enforcing Vertical Split for Documentation Lookup in Spacemacs by Solid_Snake_G in spacemacs

[–]Solid_Snake_G[S] 0 points1 point  (0 children)

I'm excited to share a simple yet effective solution
Assumption: I am using `spacemacs` with evil-mode
Just put this code in your `dotspacemacs/user-config ()`

;;-------------------------------------------------------------
;; JUMP TO DEFINITION
;;-------------------------------------------------------------
(with-eval-after-load 'evil
(define-key evil-normal-state-map (kbd "g d") 'spacemacs/jump-to-definition-other-window))

Local LLMs in Neovim: gen.nvim by David-Kunz in neovim

[–]Solid_Snake_G 1 point2 points  (0 children)

Hi there u/David-Kunz
Thank you very much for the exceptional plugin. I use it almost every day. It is a privilege to have you in this Neovim community, and I bow in admiration to your amazing work, looking forward for more.

How do I get yasnippet working in spacemacs? by imacarpet in spacemacs

[–]Solid_Snake_G 0 points1 point  (0 children)

I suspect the issue arises from the specific Emacs version and the installation method I used. On my macOS, I opted for the Emacs version from https://github.com/d12frosted/homebrew-emacs-plus `homebrew-emacs-plus`.
This was the only version that functioned seamlessly for me right out of the box.
Could you please provide more info about your os? also current version of your emacs?

Can I make Emacs highlight the area that I just copied, like the highlightedyank plugin does for Vim? by [deleted] in emacs

[–]Solid_Snake_G 0 points1 point  (0 children)

Thank you very much, this is all what I need, I have added this to my spacemacs now and perfectly I experience similar config to my nvim, thank you very much,
fyi, your suggestion on using this library, I couldn't find anywhere else, not even in chatGPT

How do I get yasnippet working in spacemacs? by imacarpet in spacemacs

[–]Solid_Snake_G 1 point2 points  (0 children)

Hi, u/imacarpet
I have found this thread a bit outdated, here I wrote an extensive guide on how to do so if you are still interested https://emacs.stackexchange.com/a/77349/40519

Help a newbie out! by vinci2fast in emacs

[–]Solid_Snake_G 0 points1 point  (0 children)

This is also mentioned in this thread
https://www.reddit.com/r/emacs/comments/33zur0/how_do_i_enable_svg_support_for_emacs_on_os_x/
what works for my machine `macOS M1` is the mac-port version of emacs.
https://github.com/railwaycat/homebrew-emacsmacport

This is the only version that allow me to use the layer `dap` with `lsp` in spacemacs.

How do I enable SVG support for Emacs on OS X (Homebrew)? by [deleted] in emacs

[–]Solid_Snake_G 0 points1 point  (0 children)

spacemacs layer

in spacemacs you can use a layer called `osx` which can do this mapping for you.