These are public posts tagged with #emacs. You can interact with them if you have an account anywhere in the fediverse.
Have you learned something exciting about #Emacs or used it for something interesting? Share your knowledge at #EmacsConf 2025! Submit your proposal by Friday, September 19, 2025: https://u.fsf.org/486
Wrote a blogpost about simple (I mean with a shell and a text editor) #X11 configuration.
Covered topics:
1) #Trackball configuration for left hand. Also remapping of some buttons to have scrolling and middle button (not exists out of the box).
2) Theming: #GTK2 #GTK3 #QT , installing cursor(s), fonts and icons.
3) #Xrandr for multimonitor configuration
4) #Xserver settings for #HighDPI
5) #XDG utils and #Emacs as a system file manager
6) #XDM login window
https://eugene-andrienko.com/en/it/2025/07/24/x11-configuration-simple.html
TOC Preamble High DPI Keyboard configuration Rewrite…
Dragon’s notesHave you learned something exciting about #Emacs or used it for something interesting? Share your knowledge at #EmacsConf 2025! Submit your proposal by Friday, September 19, 2025: https://u.fsf.org/486
My big achievement this year has been that I now instinctively hit "C-x C-s" regularly. #emacs #IfYouKnowYouKnow
If have an #Emacs session open somewhere, what is your `M-x emacs-uptime`?
(This is a low-effort test to check reach after migrating away from my self-hosted server)
@lightweight
I wonder, did you ever cross paths with https://anggtwu.net/#eev @eduardoochs in software-freedom-dom? #FOSS #libre I use the heck out of Eduardo's eev mode in #emacs .
If we happen to get @kentpitman around - Kent has written before about the relative impossibility of getting paid to program when once you personally come up with a unique program, someone will immediately rush to make a libre clone of it. I guess you successfully "did that".
#lispyGopherClimate 24 hours from this toot on https://anonradio.net/ as every week (12pm NZT Wednesday, 0UTC Wednesday, 8pm Boston Time Tuesday night in the Americas).
We're lucky to get @lightweight on on short notice for tomorrow about #libre #technology #education in #aotearoa #NZ .
Dave's open history: https://davelane.nz/my-open-history
...Dave switched from #emacs to #vim 15 years ago. Who has questions / tech education scene related questions? Leave them here please.
Installing lisp for beginners.
https://screwlisp.small-web.org/fundamental/installing-lisp-etc/
So much computing is predicated on having this or a conscious alternative decision to it. Here is my attempt to help beginners get this far. What do you think?
#commonLisp #emacs #beginners #lisp #programming #setup #software #developer
New blog post on M-x apropos #Emacs! This one is part of the Emacs Carnival, hosted this month by @greg (please consider this my submission, Greg). The topic is "Writing Experience", so I described a bunch of my favorite commands for writing and editing prose in Emacs:
https://www.matem.unam.mx/~omar/apropos-emacs.html#writing-experience
#programming #workflow #GUI #mcclim #commonLisp #emacs #ecl #clisp #slime #leonardoCalculus #eepitch
https://screwlisp.small-web.org/lispgames/LCKR-object-oriented-simulation-simulation/
I have to say, I am really, really happy with how the flow into the thirty second GIF reflects my ideal computer useage.
Basically, I write a clim command that steers my leonardo system "like a person does" via emacs-server, visible in the background of the straightforward clim interactor GUI I generated in a couple lines.
I recently contributed a bunch of code to #Emacs #EMMS. As a result I was invited to join the development team which I'm excited to be a part of.
My code was merged last week for version 23 of EMMS. There was a small breaking change.
There is now an entire system for searching and filtering tracks. It's backwards compatible with the old browser filters, but very different and very powerful. It is interactive and all filters can be represented as data.
It's super cool and very enjoyable to use.
I wrote a post to give an overview to it on my shiny new website here.
https://zeniesqis.statichost.eu/code/2025-07-14-the-emms-filter-system/
The EMMS filter system Introduction The Browsers Way.…
Zenie / Erica LinaDeadSwitch Vault - Emacs-based KeppassXC database GPG encryption for Ghosts: streamlined!
https://github.com/DeadSwitch404/ds-vault
- Sane command names
- More helpful readme
- Nicer help command
#Emacs #Vault #KeepassXC #Cryptography #Encryption #DeadSwitch #OSS
ds-vault is a minimal, hardened Emacs Lisp utility…
GitHubMagit in Emacs is easy for scripting. Examples of simple scripts that automate some boring operations:
- backup current branch https://gist.github.com/grafov/6ca754d47590dd972e35e41de56739fe
- force push branch to another existing branch and switch back https://gist.github.com/grafov/6eb2937bdca79dd4a9f4afb823d7b7fc
- commit staged changes and merge (rebase) them to the previous commit https://gist.github.com/grafov/1fa5ce74fe5f4d4f536d78c971bf5638
Backup current Git branch with predefined name based…
Gist