diff --git a/README.org b/README.org index a6b9af0..8f7ec3a 100644 --- a/README.org +++ b/README.org @@ -92,11 +92,15 @@ Here follows a list of interesting Emacs configurations: on [[https://github.com/purcell/emacs.d/issues/778][the correctness of order of company candidates in Emacs lisp mode]]. Here follows a list of links on how to use Emacs and Elisp: -1. [[https://protesilaos.com/codelog/2022-01-31-learning-emacs/][Learning Emacs and Elisp]] is a link to a video tutorial with a transcript on +1. [[https://www.youtube.com/watch?v=lkIicfzPBys][A guided tour of Emacs]] is a link to video tour pointing how [[info:emacs#Buffers][buffers (info)]], + [[info:emacs#Dired][dired (info)]], [[info:emacs#Help][documentation (info)]], [[info:elisp#Top][elisp (info)]], [[info:elisp#Debugging][elisp debugging (info)]], + [[info:eshell#Top][eshell (info)]], and [[info:emacs#Keyboard Macros][keyboard macros (info)]] turn Emacs in an powerful coding + and editing environment. +2. [[https://endlessparentheses.com/][Endless Parentheses]] is a blog with many mindblowing code snippets. +3. [[https://protesilaos.com/codelog/2022-01-31-learning-emacs/][Learning Emacs and Elisp]] is a link to a video tutorial with a transcript on the best approach to learn Emacs and Elisp. -2. [[https://www.masteringemacs.org/][Mastering Emacs]] is a link to a blog with many interesting posts that promotes +4. [[https://www.masteringemacs.org/][Mastering Emacs]] is a link to a blog with many interesting posts that promotes a book on how to become a proficient Emacs user. -3. [[https://endlessparentheses.com/][Endless Parentheses]] is a blog with many mindblowing code snippets. * [[info:emacs#Early Init File][Early Init File (info)]] :PROPERTIES: