emacs-from-scratch icon indicating copy to clipboard operation
emacs-from-scratch copied to clipboard

An example of a fully custom Emacs configuration developed live on YouTube!

Results 51 emacs-from-scratch issues
Sort by recently updated
recently updated
newest added

Hey David, an idea came to my mind watching your video on mu4e with org-mode. Wouldn't it be possible to write a hook that asks for you confirmation before running...

Following the Emacs From Scratch series, when reaching video 5 on org mode. Using the following code: ` (set-face-attribute 'org-block nil :foreground nil :inherit 'fixed-pitch) (set-face-attribute 'org-code nil :inherit '(shadow...

Great elisp tuto... But, why you do not use "M-x eros-mode" to evaluate your code examples? It is so practical. You just need to activate it in the scratch or...

It would be awesome if you could cover the EIN emacs package for editting jupyter notebooks with Emacs, https://github.com/millejoh/emacs-ipython-notebook, in your video series! The video they have on the main...

video-request

I just wanted to share this set of tools by Microsoft called PowerToys. It has a utility especifically for remapping keys aswell as shurtcuts. It's pretty neat since one can...

There are very few videos on Hyperbole and it offers many unique capabilities different from Org mode, so it could be fun and enlightening.

removed fonts I didn't have - benign THIS IS ON MASTER -- careful with accepting pull

Hi, This is my first issue, so I hope I'm providing enough information. I am trying to follow the instructions on your (excellent) video on Emacs's `auth-source` library, but I'm...

When calling the function https://github.com/daviwil/emacs-from-scratch/blob/1a13fcf0dd6afb41fce71bf93c5571931999fed8/init.el#L213 within the :config-realm https://github.com/daviwil/emacs-from-scratch/blob/1a13fcf0dd6afb41fce71bf93c5571931999fed8/init.el#L243 it didn't affect the fonts when opening a (new) org-file. When evaluating https://github.com/daviwil/emacs-from-scratch/blob/1a13fcf0dd6afb41fce71bf93c5571931999fed8/init.el#L239 after startup, font behaviour changed as intended. Adding...