I've been meaning to start learning emacs for a while and tipped my toes in a few times in the past without going much forward. Now I'm deep into your videos to go beyond. Thanks for this helpful resource.
lol'd at "Because my mailman is an idiot apparently" nice vid! long time vim user here. wondering if all these vids are truly gonna give the "editor of a livetime" as you put it.
ubuntu 18, emacs25, it doesn't load the init.el when the emacs is loaded. It doesn't auto-update the init.el file like it did on your part neither. Any ideas? Thanks.
Help !!! At 8:42 when I Ctrl+x Ctrl+E the comments and the other function don't get generated. On the bottom bar, instead of saying "Connecting to Elpa" or whatever, it shows "nil". What could be the issue ?
Not sure if this will be seen, but in 2020, on windows I can't seem to install or use which-key. I have the :ensure t and :init. When I evaluate after the parentheses the minibuffer at bottom returns nil. The package manager says which-key is installed. Am i supposed to do something further in windows?
Could you also add a URL to download these dozen lines (or add them above, so we can cut'n'paste it ((we cannot select text from the youtube video, right?))
Thanks for the good videos. I did follow along untill this video. But I cannot install javascript autocomplete with this use-package. Is there any good source on use-package ?
I'll soon record a video on autocompletion in general, since getting some of 'em to work is tiresome. If you're in a rush, take a look at "company" and find a suitable JS backend.
Uncle Dave, thank you for sharing this video, sir!
Thank you for explaining about which-key!
You have saved my sanity :)
I've been meaning to start learning emacs for a while and tipped my toes in a few times in the past without going much forward. Now I'm deep into your videos to go beyond. Thanks for this helpful resource.
Thank you for sharing your knowledge uncle Dave
what do you use to subtitle your keystrokes?
Thank you very much for your job.
lol'd at "Because my mailman is an idiot apparently"
nice vid! long time vim user here. wondering if all these vids are truly gonna give the "editor of a livetime" as you put it.
Thank you very much, this is helpful for beginner, I wish I could see this video earlier!!
thanks so much for your time!
stunning vid man, thanks a ton for this series!
A youtube channel only dedicate for EMACS
great video - thanks!
I think everyone wants to know: What did your mailman do?
Maybe he knocked twice on @Uncle Dave door for no reasons?
😂
ubuntu 18, emacs25, it doesn't load the init.el when the emacs is loaded. It doesn't auto-update the init.el file like it did on your part neither. Any ideas? Thanks.
Help !!! At 8:42 when I Ctrl+x Ctrl+E the comments and the other function don't get generated. On the bottom bar, instead of saying "Connecting to Elpa" or whatever, it shows "nil". What could be the issue ?
the package is probably already installed, double check if you haven't downloaded it already.
and if you're on windows, here is an essential command to add:
(setq visible-bell 1)
you don't have to thank me.
Not sure if this will be seen, but in 2020, on windows I can't seem to install or use which-key. I have the :ensure t and :init. When I evaluate after the parentheses the minibuffer at bottom returns nil.
The package manager says which-key is installed. Am i supposed to do something further in windows?
Could you also add a URL to download these dozen lines (or add them above, so we can cut'n'paste it ((we cannot select text from the youtube video, right?))
Thanks for the good videos.
I did follow along untill this video. But I cannot install javascript autocomplete with this use-package. Is there any good source on use-package ?
I'll soon record a video on autocompletion in general, since getting some of 'em to work is tiresome.
If you're in a rush, take a look at "company" and find a suitable JS backend.
Thanks, but nope, it isn't working for me.