al3x, to emacs
@al3x@hachyderm.io avatar

What am I doing wrong in my attempt to configure the font?

I have the following lines in my init.el:

(set-face-attribute 'default nil :family "Input Mono Compressed" :height 150)  
(set-frame-font "Input Mono Compressed-15" nil t)  

If I execute them, I get what I want.
But when part of the init.el they seem to get reset.
If I include them towards the top of the init.el,
I can notice the larger font and then it "disappears".

Please send doctors :-D.

jbaty, to emacs
@jbaty@social.lol avatar

The Howm package does certain things much like TiddlyWiki does. In a good way. https://baty.net/2024/05/howm-reminds-me-of-tiddlywiki

Neblib, to emacs
@Neblib@mastodo.neoliber.al avatar

anyone have a working setup with logseq (in orgdown) and playing nice in logseq's folder (orgroam dailies in 'journals', etc)? Currently my vault is a mix of org and md but I'm hoping to at least get the org files recognized while I work on converting the md (or figure out ). I tried playing with org-logseq but even though I'm matching correctly on its grep for the folder and I have title properties I couldn't get it working after a good attempt.

fd9a, to emacs
@fd9a@fosstodon.org avatar

You can now submit tickets to SourceHut using emacs and transient.

https://git.sr.ht/~akagi/srht.el/tree/pre-0.5/lisp/srht-todo.el

mykhaylo, to emacs
@mykhaylo@fosstodon.org avatar

context-transient for is now on

I've been using it for several weeks and find it extremely convenient.

https://github.com/licht1stein/context-transient.el

amoroso, to emacs
@amoroso@fosstodon.org avatar

The rootwork v0.2 blog posted about the author's journey through text editors, from classics such as vi(m) and Emacs to tools I've never heard of. They explain what they use the editors for and why.

https://write.as/hobbsc/wandering-words-on-text-editors

publicvoit, to emacs
@publicvoit@graz.social avatar
howard, to gaming
@howard@emacs.ch avatar

How was your weekend? I love a rainy weekend in the Pacific Northwest corner of America, as it relieves my guilt of doing what I want to do ... staying inside. I read a little, wrote a little, hacked a little ... even played a classic from the 90s (Curse of Monkey Island on ).

I also did a little math. Yeah, been thinking of taking the "Yes, and.." dice mechanics used for luck rolls in games (not sure who came up with it first), and fusing it with Mythic GM Emulator's Fate Chart, popular with the crowd. Since I'm always playing with my notes written in on the screen, I hacked it in . Shared the details in case anyone wanted to do something similar in their favorite programming language.

https://howardism.org/RPG/programming-yes-but.html

jameshowell,
@jameshowell@emacs.ch avatar

@howard So much of the community's output falls under "I will never use that but I am overjoyed that somebody made it."

Our ethos is not monolithic or rigid, but an essential component is forty solid years of "Look at this amazing thing somebody made."

kickingvegas, to emacs
@kickingvegas@sfba.social avatar

Ever been too scared to use the #Emacs file manager Dired? I have and still remember what it's like, especially when I was new to it. But it doesn't have to be that way. Here's my take on making Dired a bit easier to use, for beginners and experienced alike.

Announcing Casual Dired, now on MELPA. Read more about it at the link below.

http://yummymelon.com/devnull/announcing-casual-dired---an-opinionated-porcelain-for-the-emacs-file-manager.html

ThierryStoehr, to emacs French

Text [#format, to setup your text editor] You want a "Better garbage collection" in your #Emacs?
Here is a solution: https://config.phundrak.com/emacs/basic-config.html#better-garbage-collection
This was explained during the 2024-05-02 french on-line workshop called "Atelier #Emacs", by the author @phundrak, thank you! And happy emacsing!

jtmoulia, to emacs
@jtmoulia@mstdn.social avatar

A guide on integrating + + using [mostly] builtin tooling and project local .dir-locals.el variables.

Specifically, this setup uses + for live syntax checking, for code running, for type-checking, and as the shell

Feedback would be welcome -- trying to get it robust + idiomatic.

https://jtmoulia.srht.site/guides/emacs-python-hatch/

thgs, to emacs
@thgs@phpc.social avatar

Ok so NOW, I will learn

jochie, to emacs
@jochie@strangeweb.page avatar

For the entire time I've been using , I never used (or wanted) any kind of spell-checking. That is changing now that I'm using it a lot more to write notes/documentation with / .

Ideally I want to only do spell-checking on comments, when editing code, and similar configurability for Org documents.

What is the recommended method for something like that in 2024 (on macOS, if that makes any difference)?

zyd, to emacs
@zyd@emacs.ch avatar

Huh, TIL Emacs has a cheat sheet command, M-x cheat-sheet. Really need that for all the C-x r commands. Though, general tip: After any prefix keymap you can press ? to see all the keybindings under it, like so: C-x r ? (second screenshot shows what that looks like)

An Emacs window display a single Help buffer. Shows all the global keybindings under the "C-x r" keymap. They are mostly related to registers, bookmarks, and rectangles.

publicvoit, to markdown
@publicvoit@graz.social avatar

I'm writing a longer (as it seems) article on the lock-in effect of solutions like #Obsidian that are using open formats like #Markdown for storage. The file format is not the only thing that might lock you in.

I did already start with a list of arguments but also want to collect your ideas so that I don't forget a good argument.

Please, no emotions, just facts and objective arguments.

Reply here in this thread and I'll collect ideas from it. 🙇

#Emacs #orgmode #PIM #logseq #Joplin #Notion

jkreeftmeijer, to emacs
@jkreeftmeijer@mastodon.social avatar

Instead of enabling Evil mode globally, I now have it turned on only in buffers with major modes derived from prog-mode or text-mode.

Since Evil is disabled in non-editing buffers like Magit and Dired (where it was a nuisance), I got rid of Evil collection and cut my startup time in half.

textovervideo, to linux
@textovervideo@fosstodon.org avatar

Kate supports multi-cursor editing and custom hotkeys. Boost your productivity with the help of multi-cursor and multi-selection features. Kate now has it!

Switching from other proprietary text editors and missing your hotkey bindings that you are accustomed to? You can configure every hotkey in Kate so you do not have to change your workflow.

https://kate-editor.org/

video/mp4

Ryan,
@Ryan@mastodon.mackners.com avatar

@textovervideo
That's nice but have you tried ? It even has a text editor built in.

RL_Dane, to vim
@RL_Dane@fosstodon.org avatar

When you're in a web browser and and end an input form with [Esc]:wq

;)

gershman,
@gershman@mastodon.acm.org avatar

@RL_Dane

Same, but C-xC-c.

Ronald, to linux Dutch
@Ronald@mastodon.nl avatar

Fijn onderwerp voor übernerds om zich eens lekker af te kunnen zetten tegen de sukkelaartjes die niet vloeiend zijn in VIM. Want als je geen liefhebber bent van (een soort editor uit het stenen tijdperk) dan ben je af (zie comments onder het onderwerp).
Nano is prima bruikbaar voor de meeste klusjes aan de CLI, laat ze verder maar lekker kletsen.
https://tweakers.net/nieuws/221570/nano-80-is-uit-met-betere-hotkeys-voor-knippen-en-plakken-en-nieuwe-zoekfunctie.html

koen,
@koen@procolix.social avatar

@Ronald wat jammer dat er geen bordje zit in de emoticons.

De mensen uit de comments hebben in zekere zin gelijk. Als je goed of of beheerst is een editor zoals een vertragende factor.

Voor de chauvinisten hier, Vim is een Nederlandse uitvinding! Jammer dat de uitvinder overleden is: https://nluug.nl/nieuws/bram-moolenaar-overleden/

Neblib, to emacs
@Neblib@mastodo.neoliber.al avatar

Finally figured out getting working for in on (for whenever I can't be in wsl or a better OS) by hard-coding my values as advised by this stackoverflow answer https://emacs.stackexchange.com/questions/14952/how-do-i-set-up-hunspell-on-a-windows-pc#comment68406_22311 . I tried so many other ways of getting it working but I kept breaking on it not knowing my LANG (since not defined in windows) and my dictionary list wasn't loading with the regular instructions. Sometimes dumb and working is better than smart and in a rabbit hole.

njoseph, to rust
@njoseph@social.masto.host avatar

Magit is one of the "killer apps" of emacs, which one might miss when using a different editor. Helix editor in my case.

gitu is a Git porelain offered in the form of a TUI app with keybindings similar to magit. It's still in active development. I've installed it using cargo for now.
https://github.com/altsem/gitu

deadblackclover, to emacs
@deadblackclover@functional.cafe avatar
elb, to emacs
@elb@social.sdf.org avatar

One of my students opened up today, opened up a GUI file manager, found a file, grabbed the icon, dragged it onto Emacs, and dropped it. And it WORKED. I'm not sure which part distressed me more.

dhry, to random
@dhry@mastodon.social avatar

Wow. I guess I was wrong when I said that we have well and truly enough how-to tutorials out there. Either that or this person doesn’t have the faintest idea how to google properly.

jameshowell,
@jameshowell@emacs.ch avatar

Decades ago I floated between Things, OmniFocus, and Org mode. Neither commercial app (both very good!) could ever work EXACTLY how I wanted—which is crucial for PKM/GTD....

But I'LL HAVE TO LEARN EMACS LISP...!

It was worth it.

Thank goodness I was far enough along in career and life to see the long view.

If you're in a career where building your own tools matters at all, here is the secret: INVEST IN CUMULATIVE INCREMENTAL GAINS OVER THE LONG TERM

@nickanderson @dhry @masi @Mollarom

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • osvaldo12
  • magazineikmin
  • khanakhh
  • InstantRegret
  • thenastyranch
  • Youngstown
  • vwfavf
  • slotface
  • tacticalgear
  • rosin
  • hgfsjryuu7
  • kavyap
  • PowerRangers
  • normalnudes
  • DreamBathrooms
  • everett
  • ethstaker
  • mdbf
  • tester
  • cubers
  • ngwrru68w68
  • cisconetworking
  • Durango
  • GTA5RPClips
  • Leos
  • modclub
  • provamag3
  • All magazines