Skip Navigation
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/)KY
Posts
1
Comments
46
Joined
2 yr. ago
  • I disagree with this. I tried Doom when I first started using Emacs and yes, it gets you there faster, but it's extremely opinionated and essentially has it's own configuration language. I found that confusing when trying to learn how Emacs works, as there is "the Emacs" way, and then "the Doom" way.

  • Yes org-mode is an excellent alternative to markdown. Emacs offers a ton of features out of the box related to org-mode. However it is intrinsically tied with Emacs, so if you aren't sure about Emacs, then I wouldn't suggest using org-mode as a replacement just yet. I do encourage you to give it a shot though!

  • I currently run it in a Windows 10 VM using virt-manager and the virtio drivers from RedHat to enable OpenGL acceleration on a Windows guest. It is a decent experience. Would probably be much better if I passed a USB pointer directly into the VM instead of relying on virtualization.

    Haven't tried it in WINE, and probably will never bother until the Affinity team take it seriously.

  • Hello! Welcome to Emacs!

    Contrary to the other commenters, I would suggest starting with an out-of-the-box Emacs and only adding the things you need, as you need them.

    As for your question, could you provide more detail about your expectations?

    In the absence of it, I'll give you some generic responses:

  • To achieve this you will need a tiling window manager like Sway, Hyprland, or i3 and try to use as many CLI-based programs as possible for everything else. For browsers, there are projects like Nyxt (and some others I can't remember) that allow you to use vim or emacs like shortcuts to browse around.

    However most GUI apps probably won't support an all-keyboard workflow so you will still need one. Depending on what software you use, however, you could make the vast majority of your regular computing mouse-free

  • Neovim @programming.dev
    kyoji @lemmy.world

    Neovim Configuration for SystemVerilog

    Hey everyone,

    I wanted to use Neovim for writing SystemVerilog, but found that there were very few examples or discussions around how to get common plugins like lspconfig, nvim-lint, and nvim-treesitter working together. After building a configuration that works for me, I thought I would share it as an example for others in the future.

    You can find it here: https://github.com/thecooldaniel/nvim-config-systemverilog

    Hope it helps someone and feedback/contribution is very welcome.