@ -28,19 +28,19 @@
< div class = "slides" >
< section >
< section id = "slide-org12566e1 " >
< h2 id = "org12566e1 " > What is Emacs?< / h2 >
< section id = "slide-orgc5ce579 " >
< h2 id = "orgc5ce579 " > What is Emacs?< / h2 >
< / section >
< section id = "slide-org12566e1 -split" >
< section id = "slide-orgc5ce579 -split" >
< div id = "orga34d8fc" class = "figure" >
< div class = "figure" >
< p > < img src = "../images/what-is-emacs-teaser.png" alt = "what-is-emacs-teaser.png" / >
< / p >
< / div >
< / section >
< section id = "slide-org12566e1 -split" >
< section id = "slide-orgc5ce579 -split" >
< p >
At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing< sup > < a id = "fnr.1" class = "footref" href = "#fn.1" > 1< / a > < / sup > .
@ -54,34 +54,40 @@ At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming
< / ul >
< / section >
< section id = "slide-orgc4b5da0" >
< h3 id = "orgc4b5da0" > Highly customizable< / h3 >
< p >
< img src = "../images/what-is-emacs-customizable.gif" alt = "what-is-emacs-customizable.gif" / > < sup > < a id = "fnr.2" class = "footref" href = "#fn.2" > 2< / a > < / sup >
< section id = "slide-org67dbb70" >
< h3 id = "org67dbb70" > Highly customizable< / h3 >
< div class = "figure" >
< p > < img src = "../images/what-is-emacs-customizable.gif" alt = "what-is-emacs-customizable.gif" / >
< / p >
< / div >
< / section >
< section id = "slide-org4cd5d3a" >
< h3 id = "org4cd5d3a" > Complete built-in documentation< / h3 >
< p >
< img src = "../images/what-is-emacs-documentation.gif" alt = "what-is-emacs-documentation.gif" / > < sup > < a id = "fnr.2.100" class = "footref" href = "#fn.2" > 2< / a > < / sup >
< section id = "slide-org44536a6" >
< h3 id = "org44536a6" > Complete built-in documentation< / h3 >
< div class = "figure" >
< p > < img src = "../images/what-is-emacs-documentation.gif" alt = "what-is-emacs-documentation.gif" / >
< / p >
< / div >
< / section >
< section id = "slide-org5521874" >
< h3 id = "org5521874" > Wide range of functionality beyond editing< / h3 >
< p >
< img src = "../images/2021-02-13-example-roam.png" alt = "2021-02-13-example-roam.png" / > < sup > < a id = "fnr.2.100" class = "footref" href = "#fn.2" > 2< / a > < / sup >
< section id = "slide-orgc1975b8" >
< h3 id = "orgc1975b8" > Wide range of functionality beyond editing< / h3 >
< div class = "figure" >
< p > < img src = "../images/2021-02-13-example-roam.png" alt = "2021-02-13-example-roam.png" / >
< / p >
< / div >
< / section >
< / section >
< section >
< section id = "slide-orgec274dd " >
< h2 id = "orgec274dd " > Resources< / h2 >
< section id = "slide-org3c85255 " >
< h2 id = "org3c85255 " > Resources< / h2 >
< ul >
< li > < a href = "https://gnu.org/software/emacs/" > https://gnu.org/software/emacs/< / a > < / li >
< li > < a href = "https://github.com/chayward1/dotfiles" > https://github.com/chayward1/dotfiles< / a > < / li >
< li > < a href = "https://gnu.org/software/emacs/" > https://gnu.org/software/emacs/< / a > < sup > < a id = "fnr.1.100" class = "footref" href = "#fn.1" > 1< / a > < / sup > < / li >
< li > < a href = "https://github.com/chayward1/dotfiles" > https://github.com/chayward1/dotfiles< / a > < sup > < a id = "fnr.2" class = "footref" href = "#fn.2" > 2< / a > < / sup > < / li >
< / ul >
< / section >
@ -108,6 +114,8 @@ dependencies: [
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'https://cdn.jsdelivr.net/npm/reveal.js/plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }]
});
< / script >
< / body >
< / html >