veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#emacs

90 posts85 participants0 posts today
does anyone have a setup that actually runs ts-mode for literally anything in #emacs on #guix. i tried and just got to a weird state where anytime i try activating a ts-mode it errors out lol

I've tried #typst on #emacs both with ox-typst to generate pdf out of an org file and typst-ts-mode that allows to use typ files seamlessly.
Both work great !
I may dive deeper into this as I 'm a typst newbie.

Of course, if you do have long-time plans for your personal #knowledgemanagement, you should not use proprietary tools like #Obsidian, #OneNote, #Evernote and alike.

You also should think of switching to a much better (learnability, portability/compatibility, typobility, logic, featureset) markup syntax like #orgdown which is used in #Emacs #Orgmode (among other tools).

But if you start with Org-mode, you need to know the right way of doing it, as so many web pages recommend. Here's my take:

#UOMF: The Right Way to Use #OrgMode
karl-voit.at/2021/08/30/the-or

ad syntax/Markdown/Orgdown/#LML: karl-voit.at/2017/09/23/orgmod

A specific blog post about the #lockin effects of Obsidian and Co (despite using some tool-specific flavor of MD) is in the making. (Please don't start a religious discussion here.)

public voit - Web-page of Karl Voit · UOMF: The Right Way to Use Org ModeUOMF: The Right Way to Use Org Mode

the one thing I had surprise problems in #emacs:

ever since I returned to vanilla keybindings, it's difficult to find bindings for my global functions (like consult-find) that will work in all modes without problems.

First I assumed C-c, but C-c is *for* major modes.

How do you approach it?

Ignore

I know no #java and yet til
, #JVM options primarily configure the runtime environment of the Java Virtual Machine, while Java arguments provide input directly to the application's logic.
Not sure if it's right though
Maybe but its not relevent to my problem here
I needed #jdk headless and not jdk , also #languagetool is a paid api
My tool works though
any quick tip #emacs #nix folks?

I've been using #emacs variable-pitch-mode for Rust code for some time, and I'm really happy with it, but today I discovered that I can use fixed-pitch for comments and strings, and this makes it much easier to line things up in those cases. Here's what I'm trying for now:

(variable-pitch-mode)
(setq face-remapping-alist
'((default variable-pitch default)
(font-lock-string-face fixed-pitch :foreground "VioletRed4")
(font-lock-comment-face fixed-pitch :foreground "Firebrick")))

Got up and running with debugging Go code in Emacs in about 2 minutes.

It renders variables inline, as well as when I put my cursor on a variable (eldoc-box).

dape lets me navigate the call stack, it auto expands all local variables, it provides a REPL and more besides.

And all I did was:

# pacman -S delve
M-x dape RET RET

I've yet to try out the more advanced features of delve, like attaching to a running process, but first impressions sure look good!

happy to see renewed interest in arduino-cli-mode for #Emacs, which i maintain :) today it becomes an even better #Arduino IDE alternative, thanks to zck who added serial monitor support! it auto-closes/restarts when uploading code.

now who wants to do a serial plotter? 😄 github.com/motform/arduino-cli

emacs support for the arduino-cli. Contribute to motform/arduino-cli-mode development by creating an account on GitHub.
GitHubGitHub - motform/arduino-cli-mode: emacs support for the arduino-cliemacs support for the arduino-cli. Contribute to motform/arduino-cli-mode development by creating an account on GitHub.