To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/GavinFreeborn/. The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@chrishipple44199 ай бұрын
Incredible video. using the compile mode for python development to run tests & linters and other one off bash commands is something I saw tsoding do so I've been doing it a lot more lately , but this takes it to next level.
@blahblah490009 ай бұрын
See also flymake-mode for linting live.
@gagagero9 ай бұрын
@@blahblah49000I was just about to mention it. I highly prefer it since it also gives highlighting.
@theodorealenas31718 ай бұрын
Tsoding taught me that Emacs is more similar to Vi than NeoVim is to Vi. And now I love it. Compiling grep find-me -rn .
@Argletrough8 ай бұрын
I've found it helpful to set compile-command as a dir-local variable (C-h f add-dir-local-variable) in the root of a project, so it's available in every file without having to add a header.
@GavinFreeborn8 ай бұрын
Great idea. I don't know why I didn't think to mention that in this video
@intermarer91454 ай бұрын
9:48 Emacs has a regex builder??!?! Awesome 🥳
@dianejaeger64279 ай бұрын
Great video Gavin. Love the runtime environment.
@GavinFreeborn8 ай бұрын
Glad you enjoyed it
@randomsearches3699 ай бұрын
Glad, your are getting sponsored.
@GavinFreeborn8 ай бұрын
Thanks, I'm glad to have the opportunity 😊.
@alternateved11998 ай бұрын
Ah, custom filters are amazingly helpful. Thanks a lot Gavin for that tip!
@GavinFreeborn8 ай бұрын
Happy to help
@theodorealenas31718 ай бұрын
Okay I have to say it: I read the title of the video, tried M-x compile and left without watching. I knew of C-x p c but not of M-x compile.
@abenezerasamnew2198 ай бұрын
what border/frame are u using ? It's beautiful!
@rlifts5 ай бұрын
Thanks. No Wayland yet? You got me started on eMacs a long time ago. Now I’m going from vanilla to doom. Checking it out.
@GavinFreeborn5 ай бұрын
Emacs has Wayland before using PGTK aka the pure gtk implementation. A quick google should bring you to the right place
@rlifts5 ай бұрын
@@GavinFreeborn I was asking if you're not using wayland yet? You're still on X11? Yea I've been using PGTK for a while now.
@antoniocorbibellot65329 ай бұрын
Hi Gavin! Are you using eww for your bar? If so, mind you share the config? Thx!
@YoniDebel9 ай бұрын
Very helpfull video, please make more!
@siksniper19968 ай бұрын
What font are you using? It looks really nice!
@GavinFreeborn8 ай бұрын
Pragmatapro
@insane_tux4 ай бұрын
Hi, please tell me what kind of theme you have in emacs ?
@GavinFreebornАй бұрын
spaceway. it's in my dot files
@DooMWhite8 ай бұрын
Holy shit, this is amazing!
@garklein80899 ай бұрын
I have a really jank script I wrote for running files, and one of the main things I use it for is running code in scratch buffers. Is there a way to do this with compile-mode?
@francisst-amour6469 ай бұрын
Maybe you could call (compile "the command) in your jank scripts? Or perhaps call (compile-mode) to change the buffers' mode? Or even create your own major-mode that "inherits" compile-mode (just like grep-mode).
@muhammadaneeqasif5729 ай бұрын
hi i really like your emacs setup can u please share your config?
@GavinFreeborn9 ай бұрын
github.com/Gavinok/emacs.d
@muhammadaneeqasif5729 ай бұрын
which theme are u using
@GavinFreeborn9 ай бұрын
Spaceway, it's a custom version of space grey. You can find it in my config