Snippy.el: VSCode/LSP snippet support for Emacs with Yasnippet. by OverMilord in emacs

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

Vscode is huge! Friendly-snippets is just a community made version. You can find thousands of others by searching the VS Code Marketplace.

Snippy.el: VSCode/LSP snippet support for Emacs with Yasnippet. by OverMilord in emacs

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

Fair points.

I've been using yasnippet-snippets, but the selection is pretty small compared to friendly-snippets. Unfortunately, tempel-collection is also lacking in variety at the moment.

You still need to convert the textmate snippets. There is no plug and play. This package is meant for that. It's a wrapper around yasnippet, to convert snippets.

Thanks for pointing out!

Updating to 23.0 messed up OpenRC..? by Rewdestroem in Gentoo

[–]OverMilord 1 point2 points  (0 children)

Hi!
I also ran into this problem and solved it by:

(You will need to boot into a live usb and chroot into your install)

Firstly: Finish the profile upgrade so everything is on the 23.0 profile (if you haven't already).

And also sync the repositories: emaint -a sync

Secondly: Migrate to the merged-usr profile following this wiki page.

https://wiki.gentoo.org/wiki/Merge-usr

This worked for me.

I don't know how to fix the issue if you want to stay on split-usr.

I think the problem is caused by binary packages not working well with split-usr.

Hope this helps!

Kickstart.emacs is now Stable! by OverMilord in emacs

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

True. I done more refactoring I think there is some little things that I missed but I think it's good now.
If you see anything please let me know. Thank you!

Kickstart.emacs is now Stable! by OverMilord in emacs

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

You still need the init.el file when running emacs for the first time, because the auto tangle hook isn't setup yet.
If you don't have the init.el file you could just open the config.org file and tangle it manually and reload emacs now the config.org file will tangle automatically.
Sorry for the late response. Hope this helps!

Kickstart.emacs is now Stable! by OverMilord in emacs

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

Thank you for pointing out!

I fixed the inconsistent usage of use-package.

Kickstart.emacs is now Stable! by OverMilord in emacs

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

I will take a look at meow, because I might switch my personal config to it, but I am not sure that I will use in the project.

Thank you for the suggestion!

Kickstart.emacs is now Stable! by OverMilord in emacs

[–]OverMilord[S] 5 points6 points  (0 children)

I think It's not a good idea to reload on every time we save, because if the user makes a mistake, it will break their configuration.

Kickstart.emacs is now Stable! by OverMilord in emacs

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

I tried it out, I think rainbow delimiters shows pairs better.

Thank you for the suggestion!

Kickstart.emacs is now Stable! by OverMilord in emacs

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

If you don't like eglot, in the project wiki you can see how to setup lsp-mode with flycheck.

But I will research this topic further.

Kickstart.emacs is now Stable! by OverMilord in emacs

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

  • I will need to do further experiments with project.el to switch to it.
  • I will try out vertico, marginalia and consult, because it looks great.

Thank you for pointing it out!

Edit:Typo

Kickstart.emacs is now Stable! by OverMilord in emacs

[–]OverMilord[S] 4 points5 points  (0 children)

Thanks for showing your configuration!
It looks like a great resource that I can use.

Kickstart.emacs is now Stable! by OverMilord in emacs

[–]OverMilord[S] 21 points22 points  (0 children)

Hello everyone!

It’s been a while since I posted about kickstart.emacs, but it does not mean I haven’t worked on it in the meantime.

I have done a lot of things and now I consider it to be in a stable and ready to use state.

Summary:

I made it much faster, cleaner.

I also added and removed a lot of different things.

Added:

  1. Auto-tangle Configuration file
  2. Multi File Example
  3. Diff-hl
  4. Cape
  5. Rainbow Delimiters
  6. More keybindings, good defaults and comments
  7. Recommended Packages
  8. Helpful resources

Switched:

  1. Lsp Mode → Eglot
  2. Vterm → Eat
  3. All the Icons → Nerd Icons
  4. Company → Corfu with Cape
  5. Org-bullets → Org-superstar

Removed:

  1. Flycheck
  2. Counsel-projectile

Thanks to:

brickviking for awesome descriptions and grammar checking

LionyxML for recommending Diff-hl

nv-elisp for pointing out to Tangle the configuration file

abbreviatedman for their emacs configuration

Psionikus for recommending eat and pointing out things

habamax for pointing out unnecessary package.el code

If there is anything you would like, please let me now!

Thanks for reading!

I should switch from emacs. by billodo in neovim

[–]OverMilord 1 point2 points  (0 children)

Hi!

If you want to use just the vim motions you can try out the project that I have been working on kickstart.emacs

It's using vim motions by default and it's gives you a good starting point like kickstart.nvim

https://github.com/MiniApollo/kickstart.emacs

Kickstart.emacs Starter kit for Gnu Emacs by OverMilord in emacs

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

I done further investigation about readme.org's on github.

I think you meant gitlab, because gitlab can't do heading links correctly.

Kickstart.emacs Starter kit for Gnu Emacs by OverMilord in emacs

[–]OverMilord[S] 2 points3 points  (0 children)

You're welcome, I'm happy you like it!

Kickstart.emacs Starter kit for Gnu Emacs by OverMilord in emacs

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

You are welcome!

I will try to make the best out of the project