Sorry for the technical difficulties at 12:34 blender was just not cooperation but considering this video was meant to come out last week I figured I'd let this one go so you can get more content. Hope you all understand.
Didn't know about Ement and the compile-command in a file, I usually just use evil mode's :! command and VTerm. Thanks for this video, you always give me a lot of useful information every time you upload a video.
To look at man pages in Emacs, you can use the woman function, which will open the man page in it’s own buffer, and enable colors (and I think links) by default
Its virtually the same. You can also change a variable and have man open up in a buffer, window, frame, etc. If memorry serves, woman is merely man w/ these defaults.
@@trejohnson7677 I was using WoMan for a while, it is actually a subset of M-x man's functionality implemented in elisp, i.e., its key advantage is that it has no external dependencies, its key disadvantage is it doesn't support everything that man does, both the M-x man, and commandline man commands. Specifically, from memory, it implements all the mandoc specification, but does not implement all the roff derivatives' (troff, nroff, groff) functionality and macros, so I found it was not uncommon to get rendering errors on manpages, in fact, it was quite frequent, so I went back to using M-x man after a while.
nice setup and video. I'm just (re)learning emacs after a long break. How do you get the minimalist look with no pull-downs ?. Are you running emacs in a terminal or standalone ? Also I really lke the vertical split windows. Is that standard or a package I have to add ?
Man this video is god. Btw this might be too specific, and im kind of an emacs/linux noob. Do you happen to know/can you make a video on how to configure guile-geiser in Emacs?
Hey Gavin I switched to StumpWM after I've watched your video on it, and it's pretty cool, but it's hard to find information about it online. Do you plan to make more videos about it? For example, at the moment, when I have a floating window with other tiling windows, as soon as the floating window loses focus, it gets hidden by the tiling windows. Is there a way for the floating window to stay in front of the tiling ones, like in other WMs?
You can use the toggle Take a look at my stump-conf. I have a setting to make floating windows always in top. Alternative there is a built in command to toggle them
@@GavinFreeborn your other videos that I've watched are excellent- I really liked the CL Loop one, and I always look forward to your next video! And having to wait sometimes is perfectly fine! Please keep up the great work!
@@GavinFreeborn terminal not allow open buffer with X server but i don't have a time for learn list and emacs now i use dwm+patch swallow to handle x buffer in terminal😅
Sorry for the technical difficulties at 12:34 blender was just not cooperation but considering this video was meant to come out last week I figured I'd let this one go so you can get more content. Hope you all understand.
dont compromise quality for quantity... what if this videos gets popular nd u later regret having bad production quality just on that !!!
Love how there is a tinder org file in the home dir lmfao
I always enjoy seeing how differently people use Emacs compared to me. I have so much to learn! Thanks for sharing, Gavin. Subscribed!
Thanks for the workflow example and explanations. That is what I like to see. How others work with Emacs and that gives me ideas. 🙂
Didn't know about Ement and the compile-command in a file, I usually just use evil mode's :! command and VTerm. Thanks for this video, you always give me a lot of useful information every time you upload a video.
To look at man pages in Emacs, you can use the woman function, which will open the man page in it’s own buffer, and enable colors (and I think links) by default
Had seen that before but mostly just use M-x man. Will have to give that that option a try!
Its virtually the same. You can also change a variable and have man open up in a buffer, window, frame, etc. If memorry serves, woman is merely man w/ these defaults.
@@trejohnson7677 I was using WoMan for a while, it is actually a subset of M-x man's functionality implemented in elisp, i.e., its key advantage is that it has no external dependencies, its key disadvantage is it doesn't support everything that man does, both the M-x man, and commandline man commands. Specifically, from memory, it implements all the mandoc specification, but does not implement all the roff derivatives' (troff, nroff, groff) functionality and macros, so I found it was not uncommon to get rendering errors on manpages, in fact, it was quite frequent, so I went back to using M-x man after a while.
Bruh, what's the wallpaper? Would nicely match the vibe of my WindowMaker setup.
I see you using the default eMacs keys, I would love to know your opinions on xah fly keys
Love your videos Gavín
Woah what wallpaper do you have here?
nice setup and video. I'm just (re)learning emacs after a long break. How do you get the minimalist look with no pull-downs ?. Are you running emacs in a terminal or standalone ? Also I really lke the vertical split windows. Is that standard or a package I have to add ?
Man this video is god. Btw this might be too specific, and im kind of an emacs/linux noob. Do you happen to know/can you make a video on how to configure guile-geiser in Emacs?
fun fact, you can do:
emacs -nw
in the terminal to use emacs in the terminal
It's cool to see a good video on Emacs, I know almost nothing about it besides the memes lol
Do you have anything to make writing code faster, like in sublime text they have this really nice autocomplete and enclosing of brackets when typing.
what theme do you use?
How much of experience have you had before switching completely to Emacs?
Hey Gavin I switched to StumpWM after I've watched your video on it, and it's pretty cool, but it's hard to find information about it online. Do you plan to make more videos about it?
For example, at the moment, when I have a floating window with other tiling windows, as soon as the floating window loses focus, it gets hidden by the tiling windows. Is there a way for the floating window to stay in front of the tiling ones, like in other WMs?
You can use the toggle Take a look at my stump-conf. I have a setting to make floating windows always in top. Alternative there is a built in command to toggle them
@@GavinFreeborn Thanks for the quick answer :))
What distro do you use? Thank you for the video!
Arch
Emacs is Life!!!!
Great video for hearding people over to vim 😂
What’s the font
4:25 which environment variable?
$PAGER I added this in my init.el
(setenv "PAGER" "cat")
Thanks!!
Are you still using emacs? evil mode?
I am still using emacs but don't use evil mode. I know it sounds crazy but it's just my personal preference. My fingers still work 😅
Hi. Thank you for your video! Mind to share your code for connecting nyxt and org-capture?
discourse.atlas.engineer/t/org-protocol-command/306/2 sorry for the delay forgot to follow up on that one.
Hey I think your config link is wrong in the description!
Nice catch just fixed it. Thanks
btw in Emacs you can do M-x man
Ye who see, discover for yourself the apropos family of commands.
I am interested as a "student!"
I laughed at the soydev comment and picture. good one Gavin didn't realize you were so based (should of realized by your love of Emacs and Lisp)
what is your class and age?
video has good content, but presentation was hard to follow. I agree with another commenter that quality is better than quantity.
Thanks for the feed back. You are both right I should be holding myself to a higher standard!
@@GavinFreeborn your other videos that I've watched are excellent- I really liked the CL Loop one, and I always look forward to your next video! And having to wait sometimes is perfectly fine! Please keep up the great work!
very very confused, are you fast with emacs
I'd say so. I do admit filming this at 2am made this a little rough 😅. Usually a lot faster when I'm not talking through everything I do.
@@GavinFreeborn
terminal not allow open buffer with X server
but i don't have a time for learn list and emacs
now i use dwm+patch swallow to handle x buffer in terminal😅
What's wrong with your eyes man ?
Hmm. Interesting a lot of what you showcase I have already implemented into my neovim setup.