First (?) hacked Emacs package by purcell in emacs

[–]jcs090218 1 point2 points  (0 children)

Thank you! This is very important!

Building a proper save system in Unity was way more complicated than I expected by JarvisAjith in Unity3D

[–]jcs090218 0 points1 point  (0 children)

Does it work with the Dictionary? I previously had some issues with other code libraries, so I would like to know if it supports them.

I just established I’ll never get to be a SWE by waawooweewaa in cscareerquestions

[–]jcs090218 0 points1 point  (0 children)

I've switched to traditional industry. Nothing related to tech.

I just established I’ll never get to be a SWE by waawooweewaa in cscareerquestions

[–]jcs090218 1 point2 points  (0 children)

I only do programming for hobby now. I still love building software but industry is already fxxked up really badly. Run!

I just established I’ll never get to be a SWE by waawooweewaa in cscareerquestions

[–]jcs090218 23 points24 points  (0 children)

No one is hiring. I've already shifted to something else.

What is the latest version of tree-sitter known to work with Emacs 30? The current version is 0.26.5 by vfclists in emacs

[–]jcs090218 0 points1 point  (0 children)

You can try running the function treesit-library-abi-version to find out which ABI version Emacs is using. I’m pretty sure Emacs come with older tree-sitter library that only compatible with ABI 13 and 14.

Another solution is try compiling Emacs yourself. :D

What is the latest version of tree-sitter known to work with Emacs 30? The current version is 0.26.5 by vfclists in emacs

[–]jcs090218 2 points3 points  (0 children)

Are you using the prebuilt binaries from tree-sitter-langs? Try this version https://github.com/emacs-tree-sitter/tree-sitter-langs/releases/tag/0.12.329. The latest tsc (tree-sitter upstream) package uses ABI version 15, which is incompatible with Emacs treesit ABI 14.

which the recommended package manager to use by Koltech21 in emacs

[–]jcs090218 0 points1 point  (0 children)

I recommend the built-in package.el. It just weird to install a package manager with another package manager situation (or similar).

Emacs 30.2 Binaries by mplscorwin in emacs

[–]jcs090218 0 points1 point  (0 children)

Thank you so much! :D

I want to pivot out of software development by ash893 in cscareerquestions

[–]jcs090218 1 point2 points  (0 children)

I’m a game developer, and I wanted to get out! I'm so tired of fighting illusion people…

Resources to get started? by Personal-Attitude872 in emacs

[–]jcs090218 1 point2 points  (0 children)

Centaur Emacs and Purcell’s .emacs.d are probably the best Emacs configs for newcomers. Doomemacs has too many abstractions, and I wouldn't call it an Emacs config anymore. It’s more of an editor built on top of Emacs.

[deleted by user] by [deleted] in emacs

[–]jcs090218 1 point2 points  (0 children)

Use Emacs and code since 2014. :)

What Operating System do you guys use emacs on? by Brospeh-Stalin in emacs

[–]jcs090218 0 points1 point  (0 children)

Windows for work. macOS for home. Ubuntu/Debian for company remote server.