voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #emacs

[?]marlinz008 aka Marc aka The Bus » 🌐
@marlinz008@social.tchncs.de

Wilde gedanken eines Menschen der gerade von der Arbeit abgelenkt wird dadurch. und betrifft hab ich ja eh crude Ideen immer und bring alles in Verwirrung social.tchncs.de/@marlinz008/1

so auch jetzt der Gedanke, wenn ich so ein Opfer wieder bin meiner selbst , komm ich auf ideen, warum programierst du dir nicht selber was das deine Obsidian Dinge ins Emacs übersetzt und so

Ich bin so fucking lost

[?]marlinz008 aka Marc aka The Bus » 🌐
@marlinz008@social.tchncs.de

ich hab bei meiner Recherche für mein (ist der Name eigentlich standard gewesen oder hatte Karl den entwickelt?)

angesehen und mich bewusst für und entschieden

aber, mein Gehirn macht gerade nicht mit, weil Obsidian ja diese tolle Vernetzung Chart hat, die ist so toll, das brauchst du unbedingt ja wirklich

nein, Hirn, brauche ich nicht. Doch Doch

      [?]Netzblockierer » 🌐
      @Netzblockierer@tech.lgbt

      @etchedpixels @mjg59 made an clone, so should be easy as an app!

        [?]Charles Choi 최 민수 » 🌐
        @kickingvegas@sfba.social

        TIL M-x cheat-sheet. Although I’ve got nearly all of it committed to muscle memory, can see this being helpful for new users of Emacs.

          [?]ദ്ദി( • ᴗ - ) ✧ » 🌐
          @mgd@c.im

          A moment so say thank you to people who make the open source tools/software that makes my life so much better!




          .io



            [?]Chip Butty [he/him] » 🌐
            @otfrom@functional.cafe

            Currently procrastinating by building a system to stop my procrastinating in .

              [?]José A. Alonso » 🌐
              @Jose_A_Alonso@mathstodon.xyz

              Gödel, Escher, Elisp: The beauty of macros. ~ Charlie Holland. chiply.dev/post-elisp-macros-a

                [?]Chip Butty [he/him] » 🌐
                @otfrom@functional.cafe

                I like helpful-mode. I do wish I could get it to show up in my *eldoc* buffer though.

                  [?]Chip Butty [he/him] » 🌐
                  @otfrom@functional.cafe

                  Finding all the things in my emacs config from the last time I tried to create a procrastination prevention system.

                  Having some good "workspace sounds" helps I feel.

                  (defun tos-ops ()
                  (mpv-start "--volume=60" (expand-file-name "/home/bld/tos-bridge-8hrs.opus")))

                  (defun ds9-ops ()
                  (mpv-play "/home/bld/ds9-ops.opus"))

                  (defun tng-bridge ()
                  (mpv-play "/home/bld/tng-bridge.m4a"))

                  (defun soundscape ()
                  (let ((soundscapes '(tos-ops ds9-ops tng-bridge)))
                  (funcall (seq-random-elt soundscapes))))

                    [?]marlinz008 aka Marc aka The Bus » 🌐
                    @marlinz008@social.tchncs.de

                    ich hab bei meiner Recherche für mein (ist der Name eigentlich standard gewesen oder hatte Karl den entwickelt?)

                    angesehen und mich bewusst für und entschieden

                    aber, mein Gehirn macht gerade nicht mit, weil Obsidian ja diese tolle Vernetzung Chart hat, die ist so toll, das brauchst du unbedingt ja wirklich

                    nein, Hirn, brauche ich nicht. Doch Doch

                      [?]TyfloPodcast » 🌐
                      @michal.dziwisz@tyflopodcast.net

                      [?]andros » 🌐
                      @andros@activity.andros.dev

                      «Web Design for Terminal Browsers»

                      Five text browsers, zero JavaScript, and CSS that barely exists; here is what actually works when your page has to read well in a terminal.

                      https://en.andros.dev/blog/70d817e8/web-design-for-terminal-browsers/

                      #Web #Emacs #Terminal

                        [?]Ashish Panigrahi [he/him] » 🌐
                        @paniash@mas.to

                        @Gina @selectric How does a billionaire dollar company suck at making search work with email? Glad I switched to with and search is blazingly fast with precise search queries.

                          [?]Charles Choi 최 민수 » 🌐
                          @kickingvegas@sfba.social

                          “Elisp Cheatsheet for Python Programmers” updated with translations between parsed URL objects/components.

                          kickingvegas.github.io/elisp-f

                          Now available in the v0.5.4 update.

                            [?]Ténno Seremél’ » 🌐
                            @tennoseremel@gts.skobk.in

                            Files under home directory are the only files I care about, I guess :)

                            (defun my-maybe-mark-file-precious ()
                              "Protect against I/O errors while saving files under home directory. Editing symlinks will unlink them."
                              (when (and buffer-file-name
                                         (string-prefix-p "/home/thisuser/" buffer-file-name))
                                (setq-local file-precious-flag t)))
                            
                            (add-hook 'find-file-hook 'my-maybe-mark-file-precious)
                            

                            Notes:

                            1. I am not calling expand-file-name, because my home directory is always the same.
                            2. I got neither hardlinks nor symlinks which are supposed to be editable.

                            #lang_en #Emacs #files

                              [?]James Cherti » 🌐
                              @jamescherti@mastodon.social

                              single-window.el - Always Open Buffers in the Current Active Window:
                              github.com/jamescherti/single-

                                [?]Debacle [they/he/she/whatever] » 🌐
                                @debacle@framapiaf.org

                                ≥ 0.13.0 does support message threads now! Second client I'm aware of supporting this feature. The other is @cheogram.

                                It's already in :

                                sudo apt install -t trixie-backports elpa-jabber

                                I hope, threads will be supported by @gajim and @movim, too, some day. Let's see.

                                  [?]Harald » 🌐
                                  @HaraldKi@nrw.social

                                  @jnpn

                                  "This flavour of undo is called "History Undo" (see page 4 in this excellent academic paper). It was first introduced by Emacs. It leads to a much better user experience and feels very intuitive to use."

                                  Tell me, you people of the frediverse. Which other editor apart from does it?

                                    [?]Ténno Seremél’ » 🌐
                                    @tennoseremel@gts.skobk.in

                                    Надеюсь, название «orgdown» для разметки org-mode не приживётся — оно максимально всратое и бессмысленное 😅

                                    #lang_ru #мысли #слова #Emacs

                                      [?]Dragon of BSDCafe :freebsd: [he/him] » 🌐
                                      @evgandr@mastodon.bsd.cafe

                                      @L29Ah pass (passwordstore.org/) + pass.el (github.com/NicolasPetton/pass) within

                                      For extremely important passwords (like GELI password) — only in-brain memory and new habits forming :drgn_blush_giggle:

                                        [?]restorante » 🌐
                                        @restorante@social.linux.pizza

                                        @codeDude

                                        You do not need to choose emacs over vi. If vi is your editor, you can just simply use it on emacs. Evil Mode is one way to do that.

                                        github.com/emacs-evil/evil

                                        @vantablack

                                          [?]Anthk » 🌐
                                          @anthk@neopaquita.es

                                          Remember that was once used as an messaging router in Germany
                                          to drive planes thanks to :

                                          emacswiki.org/emacs/EmacsStori

                                            [?]David Pape » 🌐
                                            @zyzzyxdonta@social.tchncs.de

                                            Sooo, I looked into how you can pass line and column numbers to different text editors. How did you spend your evening? 😅

                                            zyzzyxdonta.net/posts/pass-lin

                                              [?]James Endres Howell » 🌐
                                              @jameshowell@fediscience.org

                                              Modified C-t transpose-chars and M-transpose-words to be reversible: transpose without moving point away from the schwerpunkt.

                                              Also transpose-words-dwim that transposes the words around "and" and "or." Also reversibly, remaining on the conjunction. That one is uh wayyy more hacky.

                                              codeberg.org/jamesendreshowell

                                                [?]Karl Voit :emacs: :orgmode: » 🌐
                                                @publicvoit@graz.social

                                                @itskamrankhan In a free/libre and extremely capable software called whose limits are only bound by the limits of your imagination. (1)

                                                Through and (in contrast to (3)) well designed and easily re-used clear text data format (2, 5), I do have many possibilities to generate input for it and re-use output in other tools. Orgdown is recognized without any manual conversion in lots of tools (4).

                                                Let me cite Dominik's tenth rule: Any sufficiently complicated or note-taking program contains an ad hoc, informally specified, bug-ridden, slow implementation of half of Org mode.

                                                1 karl-voit.at/orgmode/
                                                2 karl-voit.at/2021/11/27/orgdow
                                                3 karl-voit.at/2025/08/17/Markdo
                                                4 gitlab.com/publicvoit/orgdown/
                                                5 gitlab.com/publicvoit/orgdown

                                                  Back to top - More...