Skip Navigation
Thinking about the direction of Beehaw
  • I don't use Lemmy so much anymore, I settled on mastodon after everything (it just had a much more mature ecosystem imo) but I still come back to beehaw to lurk because of the community. I think that moving to another app is the way, anyone with an account here likely has another anyways if they like federation since the biggest instances are defederated from here (blahaj was for me). Best wishes for the mods, and I'll probably still be here after whatever happens even if I'm not interacting a lot.

  • Just tried Org-mode today
  • You can do #+TITLE: titletext instead for titles at least, also I guess the table stuff is reasons to do emacs because you only need to do the first | and then pressing tab/enter like excel does the rest

  • Remove hook from a mode setting completion at point functions?

    I’m trying to set up completion-at-point-functions in pascal-mode, I found that adding a hook with use-package works and leaves the global setting:

    :hook (pascal-mode . (remove-hook ‘completion-at-point-functions ‘pascal-completions-at-point t))

    However that causes a File mode specification error: (error Lisp nesting exceeds ‘max-lisp-eval-depth’) when I open a pascal file. Any ideas on how I could do it better?

    1
    InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZA
    zauberin @beehaw.org
    Posts 1
    Comments 6