DOOM Emacs VS Neovim/Vim | Trying out Doom Emacs - Thoughts on Doom Emacs.

Поделиться
HTML-код
  • Опубликовано: 15 ноя 2024

Комментарии • 28

  • @FekuEntertainmentLtd
    @FekuEntertainmentLtd 2 года назад +9

    I use Doom Emacs specifically for Org mode. It was and still is a great experience no doubt. But when setting up for development env, I burned my brains, and couldn't get it to work. Completion not working, LSP not working, Hell lot of slowness. However with Neovim, it was a piece of cake. I installed the plugins, configured as per the things mentioned on the respective github pages of plugins and it was working like charm.
    So for note taking I use Emacs and for development I use Neovim. That's the only thing I'm unhappy about, not having both the things (note taking and development env) fully in either of them.

    • @brunolpsousa
      @brunolpsousa 2 года назад

      Have you ever tried the nvim-orgmode/orgmode plugin?

    • @FekuEntertainmentLtd
      @FekuEntertainmentLtd Год назад

      @@brunolpsousa Yes, I've tried it but doesn't even close to what emacs org provides. It has Org-Roam, a fantastic org file management system. Org Agenda, nvim-orgmode has it too, but I can customize the org-agenda to my style, which I couldn't find in nvim-orgmode. Also, I faced issues with conceallevel, (there are issues filed already on github). So I thought I'd better stick with emacs org.

    • @justanaveragebalkan
      @justanaveragebalkan Год назад

      What kind of drugs are you taking, please do share your poison.
      literally it's 2 way street for any language. either m-x (alt +x by default) package-install language-name or just go to your config and add (use-package! lsp-mode) ....other packages that you need.
      Can't say the same for Neovim though.

    • @ThatBeastEDM
      @ThatBeastEDM 7 месяцев назад

      ​@@justanaveragebalkanMasonInstall

    • @schotic
      @schotic 3 месяца назад

      This is funny because the opposite happened to me.

  • @cablecardigital7671
    @cablecardigital7671 2 года назад +36

    Be careful. Its a slippery slope. I started Doom Emacs last fall and now I'm using EXWM as my window manager. You'll eventually find yourself obsessed with adding to and tweaking your configuration. As a bonus, you'll learn a lisp dialect.

    • @drmoscovium
      @drmoscovium  2 года назад +2

      I will be careful, thank you for sharing!

    • @LeslieRussell
      @LeslieRussell 2 года назад +1

      EXWM is a good introduction to StumpWM

    • @256k_
      @256k_ Год назад

      i've only been in emacs for a month and i'm already considering building a whole computer around just emacs as OS

  • @TheGreatMcPain
    @TheGreatMcPain 2 года назад +5

    If you really want to dip your toes into the Emacs rabbit hole I recommend looking into ​ @System Crafters videos.

  • @biplav2447
    @biplav2447 2 года назад +7

    Awesome video. I will be using doom emacs for the first time. This is so cool. Thanks for sharing

    • @exnihilonihilfit6316
      @exnihilonihilfit6316 9 месяцев назад

      Soooo did you waste your time for a week or two, or not? 😆

  • @juanandresnunez658
    @juanandresnunez658 6 месяцев назад +1

    Only reason I still have Nvim installed is that it just provides a way better lsp experience and for writing code in general.
    The actual editing code in Doom Emacs and the LSP's feel.... clunky.

    • @kelvinpina3392
      @kelvinpina3392 27 дней назад

      how so? I thinking on trying doom emacs

  • @hansdampf2284
    @hansdampf2284 6 месяцев назад

    Did you know you can do those diagrams directly inside orgmode using gnuplot?
    They look like you did them somewhere else and took screenshots from them and put the pngs into org mode

  • @averagetechnologyenojyer
    @averagetechnologyenojyer Год назад

    Your videos are super awesome 🤩 keep making more great ones like these!
    - from an Emacs fan

  • @LeslieRussell
    @LeslieRussell 2 года назад +1

    vterm is simple to setup, but eshell is pretty great on its own. if you have no need of tui or curses then eshell is pretty well integrated with emacs you can call any emacs function from eshell, So you can open dired or find-file or even write functions .
    If you are heavily code oriented lsp is great and available for almost any language. emacs is a deep rabit hole of productivity.

  • @idobenhamo953
    @idobenhamo953 2 года назад +1

    What package did you use to live render latex in org mode?

    • @drmoscovium
      @drmoscovium  2 года назад +1

      I am not sure, I use whatever packages are preinstalled by Doom Emacs.

    • @AndersJackson
      @AndersJackson 2 года назад

      There is only a TeX package installed, emacs will find and use it.

  • @romangeneral23
    @romangeneral23 Год назад

    Emacs is LIFE!!!

  • @ardishco
    @ardishco 2 года назад

    do you have dotfiles available on a repo? I love your obsidian's appearance

    • @drmoscovium
      @drmoscovium  2 года назад +1

      github.com/Super-Yojan/dotfiles

  • @warnaoh
    @warnaoh 2 года назад

    So are you sold by Emacs ?

  • @lucastavares3518
    @lucastavares3518 2 года назад +6

    try magit it is the killer feature