emacs-presentation/emacs.html

945 lines
39 KiB
HTML
Raw Permalink Normal View History

2021-04-20 20:38:14 -04:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
2021-10-14 00:02:41 -04:00
<!-- 2021-10-13 Wed 22:01 -->
2021-04-20 20:38:14 -04:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2021-10-14 00:02:41 -04:00
<title>Emacs - "Editor MACroS"</title>
2021-04-20 20:38:14 -04:00
<meta name="author" content="Simponic" />
2021-10-14 00:02:41 -04:00
<meta name="description" content="An emacs presentation" />
<meta name="generator" content="Org Mode" />
<style>
#content { max-width: 60em; margin: auto; }
2021-04-20 20:38:14 -04:00
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
2021-10-14 00:02:41 -04:00
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
2021-04-20 20:38:14 -04:00
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
2021-10-14 00:02:41 -04:00
top: -8px;
right: 12px;
2021-04-20 20:38:14 -04:00
padding: 3px;
2021-10-14 00:02:41 -04:00
color: #555;
background-color: #f2f2f299;
2021-04-20 20:38:14 -04:00
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
2021-10-14 00:02:41 -04:00
pre.src-authinfo::before { content: 'Authinfo'; }
2021-04-20 20:38:14 -04:00
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { width: 90%; }
</style>
</head>
<body>
2021-10-14 00:02:41 -04:00
<div id="content" class="content">
<h1 class="title">Emacs - &ldquo;Editor MACroS&rdquo;</h1>
<div id="table-of-contents" role="doc-toc">
2021-04-20 20:38:14 -04:00
<h2>Table of Contents</h2>
2021-10-14 00:02:41 -04:00
<div id="text-table-of-contents" role="doc-toc">
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org48122a1">1. XKCD</a></li>
<li><a href="#orgd143ec1">2. What is Emacs?</a></li>
<li><a href="#org1cba9c8">3. From GNU.org:</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org9a21c74">3.1. Emacs history</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org4e0128f">3.1.1. From the EmacsWiki:</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
2021-10-14 00:02:41 -04:00
<li><a href="#org0a31c89">3.2. Emacs is a super extensible &ldquo;editor&rdquo; that is written in Elisp</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org54488ba">3.2.1. &ldquo;Editor&rdquo;</a></li>
<li><a href="#org770e2ee">3.2.2. Emacs Glossary</a></li>
</ul>
</li>
<li><a href="#orgd138802">3.3. First look at Elisp</a>
<ul>
<li><a href="#orgfdb2559">3.3.1. Lisp&rsquo;s simple syntax</a></li>
<li><a href="#orgd990cd9">3.3.2. Writing a simple function in Elisp</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
</ul>
</li>
2021-10-14 00:02:41 -04:00
<li><a href="#orgc62f346">4. Why is Emacs better than Vim?</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org9cb415d">4.1. Org mode</a>
<ul>
<li><a href="#orgfd1cfa9">4.1.1. &ldquo;Your life, in plain text&rdquo;</a></li>
<li><a href="#org5703388">4.1.2. Programming in org mode</a></li>
<li><a href="#org9ceb068">4.1.3. Math homework in org mode</a></li>
<li><a href="#org5f332b5">4.1.4. Export to literally any format</a></li>
</ul>
</li>
<li><a href="#orgeae2586">4.2. Amazing package support and community</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org384b002">4.2.1. MELPA</a></li>
<li><a href="#org2cec309">4.2.2. SLIME</a></li>
<li><a href="#org8692c74">4.2.3. Magit</a></li>
<li><a href="#org4b39e5d">4.2.4. Company-mode</a></li>
<li><a href="#org167ed70">4.2.5. Undo-tree</a></li>
<li><a href="#org9b1f6b7">4.2.6. LSP-mode</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
2021-10-14 00:02:41 -04:00
<li><a href="#org966691d">4.3. It&rsquo;s written in Lisp</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
2021-10-14 00:02:41 -04:00
<li><a href="#org86d0202">5. First steps in going forward with Emacs</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org8dbd14d">5.1. Want to learn ELisp?</a></li>
<li><a href="#org7b98e1f">5.2. Want to get started with Emacs?</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
2021-10-14 00:02:41 -04:00
<li><a href="#orga0006b1">6. The compromise</a>
2021-04-20 20:38:14 -04:00
<ul>
2021-10-14 00:02:41 -04:00
<li><a href="#org4832571">6.1. Can&rsquo;t decide which is better (it&rsquo;s emacs)? Good news! You don&rsquo;t have to!</a></li>
<li><a href="#org1231631">6.2. More on Doom</a></li>
2021-04-20 20:38:14 -04:00
</ul>
</li>
</ul>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org48122a1" class="outline-2">
<h2 id="org48122a1"><span class="section-number-2">1.</span> XKCD</h2>
2021-04-20 20:38:14 -04:00
<div class="outline-text-2" id="text-1">
2021-10-14 00:02:41 -04:00
<div id="orgda3dd78" class="figure">
2021-04-20 20:38:14 -04:00
<p><img src="./images/real_programmers.png" alt="real_programmers.png" />
</p>
</div>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-orgd143ec1" class="outline-2">
<h2 id="orgd143ec1"><span class="section-number-2">2.</span> What is Emacs?</h2>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org1cba9c8" class="outline-2">
<h2 id="org1cba9c8"><span class="section-number-2">3.</span> From <a href="https://www.gnu.org/software/emacs/">GNU.org</a>:</h2>
<div class="outline-text-2" id="text-3">
<p>
Emacs is &ldquo;an extensible, customizable, free/libre text editor — and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.&rdquo;
</p>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org9a21c74" class="outline-3">
<h3 id="org9a21c74"><span class="section-number-3">3.1.</span> Emacs history</h3>
<div class="outline-text-3" id="text-3-1">
</div>
<div id="outline-container-org4e0128f" class="outline-4">
<h4 id="org4e0128f"><span class="section-number-4">3.1.1.</span> From the <a href="https://www.emacswiki.org/emacs/EmacsHistory">EmacsWiki</a>:</h4>
<div class="outline-text-4" id="text-3-1-1">
<p>
Emacs began at the Artificial Intelligence Laboratory at MIT. Beginning in 1972, staff hacker CarlMikkelsen added display-editing capability to TECO, the text editor on the AI Labs IncompatibleTimeSharingSystem (ITS) “Display-editing” meant that the screen display was updated as the user entered new commands; compare the behavior of &ldquo;ed&rdquo;. In 1974, Richard Stallman added macro features to the TECO editor.
</p>
<p>
In 1976, Stallman wrote the first Emacs (“Editor MACroS”), which organized these macros into a single command set and added facilities for SelfDocumentation and to be extensible.
</p>
<p>
<a href="https://www.jwz.org/doc/emacs-timeline.html">A Map Of Emacs History Until 2007</a>
</p>
2021-04-20 20:38:14 -04:00
</div>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org0a31c89" class="outline-3">
<h3 id="org0a31c89"><span class="section-number-3">3.2.</span> Emacs is a super extensible &ldquo;editor&rdquo; that is written in Elisp</h3>
<div class="outline-text-3" id="text-3-2">
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org54488ba" class="outline-4">
<h4 id="org54488ba"><span class="section-number-4">3.2.1.</span> &ldquo;Editor&rdquo;</h4>
<div class="outline-text-4" id="text-3-2-1">
2021-04-20 20:38:14 -04:00
</div>
<ol class="org-ol">
2021-10-14 00:02:41 -04:00
<li><a id="orge87755b"></a>Emacs does much more than edit text<br />
<div class="outline-text-5" id="text-3-2-1-1">
2021-04-20 20:38:14 -04:00
<ul class="org-ul">
<li><p>
2021-10-14 00:02:41 -04:00
To show itself off, Emacs by default comes with a full game of tetris!
2021-04-20 20:38:14 -04:00
</p>
<div class="org-src-container">
2021-10-14 00:02:41 -04:00
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">tetris</span><span style="color: #51afef;">)</span>
2021-04-20 20:38:14 -04:00
</pre>
2021-10-14 00:02:41 -04:00
</div>
<ul class="org-ul">
<li>Besides being a great tool to play tetris when you&rsquo;re bored and your boss is looking away, Emacs can also:
2021-04-20 20:38:14 -04:00
<ol class="org-ol">
2021-10-14 00:02:41 -04:00
<li>Write emails with the `mu4e` package</li>
2021-04-20 20:38:14 -04:00
<li>Write documents with Org Mode (more on this later)</li>
<li>Be your window manager with the exwm package
<ul class="org-ul">
2021-10-14 00:02:41 -04:00
<li>I&rsquo;ve given this a try, but I&rsquo;m gonna stick with dwm</li>
2021-04-20 20:38:14 -04:00
</ul></li>
<li><p>
Browse the internet with eww!
</p>
2021-10-14 00:02:41 -04:00
<ul class="org-ul">
<li>Eww in action</li>
</ul>
2021-04-20 20:38:14 -04:00
<div class="org-src-container">
2021-10-14 00:02:41 -04:00
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">eww</span> <span style="color: #98be65;">"https://gnu.org"</span><span style="color: #51afef;">)</span>
2021-04-20 20:38:14 -04:00
</pre>
2021-10-14 00:02:41 -04:00
</div></li>
2021-04-20 20:38:14 -04:00
</ol></li>
2021-10-14 00:02:41 -04:00
</ul></li>
2021-04-20 20:38:14 -04:00
</ul>
</div>
</li>
</ol>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org770e2ee" class="outline-4">
<h4 id="org770e2ee"><span class="section-number-4">3.2.2.</span> Emacs Glossary</h4>
<div class="outline-text-4" id="text-3-2-2">
2021-04-20 20:38:14 -04:00
</div>
<ol class="org-ol">
2021-10-14 00:02:41 -04:00
<li><a id="orgff89100"></a>Weird key-binding notation?<br />
<div class="outline-text-5" id="text-3-2-2-1">
2021-04-20 20:38:14 -04:00
<ul class="org-ul">
2021-10-14 00:02:41 -04:00
<li>&ldquo;C&rdquo; is control</li>
<li>&ldquo;M&rdquo; is alt/meta</li>
<li>&ldquo;S&rdquo; is shift</li>
2021-04-20 20:38:14 -04:00
</ul>
2021-10-14 00:02:41 -04:00
<p>
When there is a &ldquo;-&rdquo; between two keys that means press them together.
</p>
<p>
&ldquo;C-x C-f&rdquo;: Control and x and then control and f (you can also hold down control)
</p>
2021-04-20 20:38:14 -04:00
</div>
</li>
2021-10-14 00:02:41 -04:00
<li><a id="org8bead97"></a>What is a &ldquo;buffer&rdquo;?<br />
<div class="outline-text-5" id="text-3-2-2-2">
<p>
Buffers hold a file&rsquo;s text. In the example before with Tetris, `(tetris)` creates a Tetris buffer.
</p>
<p>
You can think of buffers as &ldquo;tabs&rdquo; in a browser or GUI text editor
</p>
2021-04-20 20:38:14 -04:00
</div>
</li>
2021-10-14 00:02:41 -04:00
<li><a id="org00851d7"></a>What is a &ldquo;window&rdquo;?<br />
<div class="outline-text-5" id="text-3-2-2-3">
<p>
A window hosts a buffer. When you make a split, each side is a &ldquo;window&rdquo;
</p>
<p>
Cycle between windows with &ldquo;C-x C-o&rdquo;
</p>
<p>
Close a window with &ldquo;C-x 0&rdquo;
</p>
2021-04-20 20:38:14 -04:00
</div>
</li>
2021-10-14 00:02:41 -04:00
<li><a id="org89ad707"></a>What is a &ldquo;frame&rdquo;?<br />
<div class="outline-text-5" id="text-3-2-2-4">
<p>
A frame hosts a complete instance Emacs. They are equivalent to &ldquo;windows&rdquo; in a window manager. It&rsquo;s common to only really ever use one.
</p>
2021-04-20 20:38:14 -04:00
</div>
</li>
2021-10-14 00:02:41 -04:00
<li><a id="orga9691c6"></a>Good-to-know keybindings<br />
<div class="outline-text-5" id="text-3-2-2-5">
2021-04-20 20:38:14 -04:00
<ol class="org-ol">
2021-10-14 00:02:41 -04:00
<li>Quit emacs with &ldquo;C-x C-c&rdquo;</li>
<li>Open a file with &ldquo;C-x C-f&rdquo;</li>
<li>Save a file with &ldquo;C-x C-s&rdquo;</li>
<li>Accidentally pressed a different command and you have no idea what you&rsquo;re looking at? &ldquo;C-g&rdquo; will probably get you out of it.</li>
<li>&ldquo;C-x u&rdquo; to undo</li>
<li>&ldquo;C-space&rdquo; to select a region and &ldquo;C-g&rdquo; to stop selecting it</li>
<li>With a region selected, cut it with &ldquo;C-w&rdquo; (this is also known as &ldquo;killing&rdquo;)</li>
<li>Paste with &ldquo;C-y&rdquo; (this is also known as &ldquo;yanking&rdquo;)</li>
<li>Window/buffer keybindings:
<ul class="org-ul">
<li>&ldquo;C-x C-b&rdquo; changes the buffer in the current window</li>
<li>&ldquo;C-x 2&rdquo; splits a buffer vertically</li>
<li>&ldquo;C-x 3&rdquo; splits a buffer horizontally</li>
<li>&ldquo;C-x o&rdquo; changes the current window</li>
<li>&ldquo;C-x 0&rdquo; kills the current window</li>
<li>&ldquo;C-x k&rdquo; kills the current buffer</li>
</ul></li>
<li>Movement keys
<ul class="org-ul">
<li>&ldquo;C-n&rdquo; goes to the next line
<ul class="org-ul">
<li>Vim: &ldquo;j&rdquo;</li>
</ul></li>
<li>&ldquo;C-p&rdquo; goes to the previous line
2021-04-20 20:38:14 -04:00
<ul class="org-ul">
2021-10-14 00:02:41 -04:00
<li>Vim: &ldquo;k&rdquo;</li>
</ul></li>
<li>&ldquo;C-f&rdquo; goes to the next character
<ul class="org-ul">
<li>Vim: &ldquo;l&rdquo;</li>
</ul></li>
<li>&ldquo;C-b&rdquo; goes to the previous character
<ul class="org-ul">
<li>Vim: &ldquo;h&rdquo;</li>
</ul></li>
<li>&ldquo;M-f&rdquo; and &ldquo;M-b&rdquo; goes forward/back a word
<ul class="org-ul">
<li>Vim: &ldquo;f&rdquo; and &ldquo;b&rdquo;</li>
</ul></li>
<li>&ldquo;C-a&rdquo; goes to beginning of a line
<ul class="org-ul">
<li>Vim: &ldquo;0&rdquo;</li>
</ul></li>
<li>&ldquo;C-e&rdquo; goes to the end of a line
<ul class="org-ul">
<li>Vim: &ldquo;$&rdquo;</li>
</ul></li>
</ul></li>
<li>Documentation
<ul class="org-ul">
<li>&ldquo;C-h a&rdquo; to find the keybindings for a command, or to search for a command</li>
<li>&ldquo;C-h k&rdquo; to find the name of a function tied to a keybinding</li>
2021-04-20 20:38:14 -04:00
</ul></li>
</ol>
</div>
</li>
</ol>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-orgd138802" class="outline-3">
<h3 id="orgd138802"><span class="section-number-3">3.3.</span> First look at Elisp</h3>
<div class="outline-text-3" id="text-3-3">
<p>
Elisp is a dialect of Lisp specifically written for Emacs. Everything in Elisp is a function. Drawing the buffer, splitting windows, moving the text cursor, are all functions you can call in Elisp. It makes it super easy to configure Emacs if you know just a little bit of Lisp.
</p>
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
In fact, let&rsquo;s take a look at Elisp and how we can start to customize our own environment programatically.
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
</div>
2021-04-20 20:38:14 -04:00
2021-10-14 00:02:41 -04:00
<div id="outline-container-orgfdb2559" class="outline-4">
<h4 id="orgfdb2559"><span class="section-number-4">3.3.1.</span> Lisp&rsquo;s simple syntax</h4>
<div class="outline-text-4" id="text-3-3-1">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
In Lisps, the syntax is super simple. Everything is essentially a linked list, both in data and in source code. Lists are written like `(a . (b . (c . NIL)))`. This would be equivalent to the linked list `a -&gt; b -&gt; c -&gt; null` (nil = null = false in lisp).
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
<p>
However, writing a dot and a period becomes cumbersome when you have even a medium sized list. This is where s-expressions are useful.
</p>
<p>
S-expressions are written with parentheses around them, like so: `(a b c)`. This is shorthand for the above `(a . (b . (c . NIL)))`.
</p>
<p>
By convention, Lisp code is written with the function as the first element in the linked list, and arguments of the function afterwards.
</p>
</div>
<ol class="org-ol">
<li><a id="orgb9cf56d"></a>Sum of numbers<br />
<ol class="org-ol">
<li><a id="org236624d"></a>The list way<br />
<div class="outline-text-6" id="text-3-3-1-1-1">
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">+</span> . <span style="color: #c678dd;">(</span><span style="color: #da8548; font-weight: bold;">2</span> . <span style="color: #98be65;">(</span><span style="color: #da8548; font-weight: bold;">2</span> . nil<span style="color: #98be65;">)</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">2 + 2</span>
</pre>
</div>
</div>
</li>
<li><a id="org330d3c2"></a>The S-expression way<br />
<div class="outline-text-6" id="text-3-3-1-1-2">
2021-04-20 20:38:14 -04:00
<div class="org-src-container">
2021-10-14 00:02:41 -04:00
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">+</span> <span style="color: #da8548; font-weight: bold;">2</span> <span style="color: #da8548; font-weight: bold;">2</span><span style="color: #51afef;">)</span>
2021-04-20 20:38:14 -04:00
</pre>
</div>
2021-10-14 00:02:41 -04:00
</div>
</li>
</ol>
</li>
2021-04-20 20:38:14 -04:00
2021-10-14 00:02:41 -04:00
<li><a id="org4aa0d6d"></a>Difference of numbers<br />
<div class="outline-text-5" id="text-3-3-1-2">
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">-</span> <span style="color: #da8548; font-weight: bold;">3</span> <span style="color: #da8548; font-weight: bold;">2</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">3 - 2</span>
</pre>
</div>
</div>
</li>
<li><a id="org2a94823"></a>Printing values<br />
<div class="outline-text-5" id="text-3-3-1-3">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
`princ` will take the value of a lisp object at print it:
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #98be65;">"Hello, world!"</span><span style="color: #51afef;">)</span>
</pre>
</div>
</div>
</li>
<li><a id="org7955f20"></a>Multiplication<br />
<div class="outline-text-5" id="text-3-3-1-4">
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">*</span> <span style="color: #da8548; font-weight: bold;">3</span> <span style="color: #da8548; font-weight: bold;">5</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">3 * 5</span>
</pre>
</div>
</div>
</li>
<li><a id="orgd4ff441"></a>Division<br />
<div class="outline-text-5" id="text-3-3-1-5">
<p>
(Integer math)
2021-04-20 20:38:14 -04:00
</p>
<div class="org-src-container">
2021-10-14 00:02:41 -04:00
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">/</span> <span style="color: #da8548; font-weight: bold;">3</span> <span style="color: #da8548; font-weight: bold;">5</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">3 / 5</span>
2021-04-20 20:38:14 -04:00
</pre>
2021-10-14 00:02:41 -04:00
</div>
<p>
(Floating-point math)
2021-04-20 20:38:14 -04:00
</p>
<div class="org-src-container">
2021-10-14 00:02:41 -04:00
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">/</span> <span style="color: #da8548; font-weight: bold;">3.0</span> <span style="color: #da8548; font-weight: bold;">5</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">3 / 5</span>
</pre>
</div>
</div>
</li>
<li><a id="org663413f"></a>Order of operations<br />
<div class="outline-text-5" id="text-3-3-1-6">
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">setq</span> a <span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">/</span> <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">*</span> <span style="color: #da8548; font-weight: bold;">2</span> <span style="color: #da8548; font-weight: bold;">3</span><span style="color: #98be65;">)</span> <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">-</span> <span style="color: #da8548; font-weight: bold;">6</span> <span style="color: #da8548; font-weight: bold;">1</span><span style="color: #98be65;">)</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">variable a = (2 * 3) / (6 - 1) = 1</span>
<span style="color: #51afef;">(</span><span style="color: #51afef;">setq</span> b <span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">-</span> <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">*</span> <span style="color: #da8548; font-weight: bold;">2</span> <span style="color: #a9a1e1;">(</span><span style="color: #a9a1e1;">/</span> <span style="color: #da8548; font-weight: bold;">3.0</span> <span style="color: #da8548; font-weight: bold;">6.0</span><span style="color: #a9a1e1;">)</span><span style="color: #98be65;">)</span> <span style="color: #da8548; font-weight: bold;">1</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">variable b = (2 * (3 / 6)) - 1 = 0</span>
<span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">list</span> a b<span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">Print a linked list a -&gt; b -&gt; nil</span>
2021-04-20 20:38:14 -04:00
</pre>
</div>
</div>
2021-10-14 00:02:41 -04:00
</li>
</ol>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-orgd990cd9" class="outline-4">
<h4 id="orgd990cd9"><span class="section-number-4">3.3.2.</span> Writing a simple function in Elisp</h4>
<div class="outline-text-4" id="text-3-3-2">
<p>
Here I will split this window into three sections with Elisp:
</p>
2021-04-20 20:38:14 -04:00
2021-10-14 00:02:41 -04:00
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">split-window-right</span><span style="color: #51afef;">)</span>
<span style="color: #51afef;">(</span><span style="color: #c678dd;">split-window-below</span><span style="color: #51afef;">)</span>
</pre>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<p>
To cycle forward through these windows, I press &ldquo;C-x C-o&rdquo;.
</p>
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
However, what if I want to go back a window?
</p>
<p>
Emacs doesn&rsquo;t provide a keybinding for this by default (to my knowledge), so let&rsquo;s make it in Elisp ourselves!
2021-04-20 20:38:14 -04:00
</p>
</div>
2021-10-14 00:02:41 -04:00
<ol class="org-ol">
<li><a id="org2121b3d"></a>Definining a function to go back a window<br />
<div class="outline-text-5" id="text-3-3-2-1">
<p>
Functions in Elisp are made with the `defun` macro (macros are for a different presentation) and the syntax is:
</p>
<p>
`(defun function-name (list-of-args) function-body)`
</p>
<p>
The last element in the function body is what is returned
</p>
<p>
For example, to make a function to find the hypotenuse of a right triangle with lengths a,b:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">defun</span> <span style="color: #c678dd;">pythagoras</span> <span style="color: #c678dd;">(</span>a b<span style="color: #c678dd;">)</span>
<span style="color: #c678dd;">(</span><span style="color: #51afef;">setq</span> a-squared <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">*</span> a a<span style="color: #98be65;">)</span><span style="color: #c678dd;">)</span>
<span style="color: #c678dd;">(</span><span style="color: #51afef;">setq</span> b-squared <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">*</span> b b<span style="color: #98be65;">)</span><span style="color: #c678dd;">)</span>
<span style="color: #c678dd;">(</span><span style="color: #a9a1e1;">sqrt</span> <span style="color: #98be65;">(</span><span style="color: #a9a1e1;">+</span> a-squared b-squared<span style="color: #98be65;">)</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span>
<span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #c678dd;">(</span><span style="color: #c678dd;">pythagoras</span> <span style="color: #da8548; font-weight: bold;">5</span> <span style="color: #da8548; font-weight: bold;">12</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span>
</pre>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
Defining the function
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">defun</span> <span style="color: #c678dd;">go-back-window</span> <span style="color: #c678dd;">()</span>
<span style="color: #c678dd;">(</span><span style="color: #51afef;">interactive</span><span style="color: #c678dd;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">makes a function an interactively-callable command (e.g. allowing call by a keybinding)</span>
<span style="color: #c678dd;">(</span><span style="color: #c678dd;">other-window</span> <span style="color: #da8548; font-weight: bold;">-1</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">(other-window n) goes n windows forward in the window stack</span>
</pre>
</div>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">go-back-window</span><span style="color: #51afef;">)</span>
</pre>
</div>
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
Let&rsquo;s add a key binding for this!
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">global-set-key</span> <span style="color: #c678dd;">(</span><span style="color: #c678dd;">kbd</span> <span style="color: #98be65;">"C-c u"</span><span style="color: #c678dd;">)</span> <span style="color: #51afef;">'</span><span style="color: #ECBE7B;">go-back-window</span><span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">We specify the name of the function by turning it into a "symbol"</span>
</pre>
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
</div>
</li>
</ol>
</div>
</div>
</div>
<div id="outline-container-orgc62f346" class="outline-2">
<h2 id="orgc62f346"><span class="section-number-2">4.</span> Why is Emacs better than Vim?</h2>
<div class="outline-text-2" id="text-4">
</div>
<div id="outline-container-org9cb415d" class="outline-3">
<h3 id="org9cb415d"><span class="section-number-3">4.1.</span> Org mode</h3>
<div class="outline-text-3" id="text-4-1">
</div>
<div id="outline-container-orgfd1cfa9" class="outline-4">
<h4 id="orgfd1cfa9"><span class="section-number-4">4.1.1.</span> &ldquo;Your life, in plain text&rdquo;</h4>
<div class="outline-text-4" id="text-4-1-1">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
Every single org file is represented in Plain Text. Similar to markdown, it&rsquo;s a way to format this plain text so that it&rsquo;s readable and understandable by humans, but still parsable and extensible for programmers. This presentation itself is in org mode!
2021-04-20 20:38:14 -04:00
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org5703388" class="outline-4">
<h4 id="org5703388"><span class="section-number-4">4.1.2.</span> Programming in org mode</h4>
<div class="outline-text-4" id="text-4-1-2">
<p>
You may have noticed these things here in my presentations:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #a9a1e1;">princ</span> <span style="color: #98be65;">"I run in a source block!"</span><span style="color: #51afef;">)</span>
</pre>
</div>
<p>
These blocks, called &ldquo;source blocks&rdquo;, are blocks of code you can run interactively in an org mode document. It&rsquo;s incredibly common for emacs users to define their init.el (the file emacs will run first when it starts up) in an org mode document, whose source-blocks are cut out and placed automatically.
</p>
<p>
They are also great for presentations, and taking notes in a CS class
</p>
<p>
These blocks are run with &ldquo;C-c C-c&rdquo;
</p>
</div>
</div>
<div id="outline-container-org9ceb068" class="outline-4">
<h4 id="org9ceb068"><span class="section-number-4">4.1.3.</span> Math homework in org mode</h4>
<div class="outline-text-4" id="text-4-1-3">
<p>
Org mode also has amazing LaTeX support. It&rsquo;s really easy to add mathematical symbols in an org mode document.
</p>
</div>
<ol class="org-ol">
<li><a id="org0e3a524"></a>Inline org mode math<br />
<ol class="org-ol">
<li><a id="org203efc0"></a>A function f<br />
<div class="outline-text-7" id="text-4-1-3-0-1-1">
<p>
S = {students at USU}
M = {members of FSLC}
B = {cool, uncool}
</p>
<p>
f : S &rarr; B &ni; f(x) = {
cool (x &isin; M),
uncool
}
</p>
</div>
</li>
<li><a id="org87287e7"></a>Definition of a proper subset<br />
<div class="outline-text-7" id="text-4-1-3-0-1-2">
<p>
Let A,B be sets:
A &sub; B &hArr; &forall; x (x &isin; A &rArr; x &isin; B) &and; A &ne; B
</p>
</div>
</li>
<li><a id="org452addb"></a>Let&rsquo;s make it pretty!<br />
<div class="outline-text-7" id="text-4-1-3-0-1-3">
<p>
Right now, it doesn&rsquo;t look pretty, but watch this:
</p>
<div class="org-src-container">
<pre class="src src-emacs-lisp"><span style="color: #51afef;">(</span><span style="color: #c678dd;">org-toggle-pretty-entities</span><span style="color: #51afef;">)</span>
</pre>
</div>
</div>
</li>
</ol>
</li>
<li><a id="org669a24d"></a>Exporting to LaTeX<br />
<div class="outline-text-6" id="text-4-1-3-0-2">
<p>
There&rsquo;s still a lot more flexibility in completely exporting an org mode document to a LaTeX pdf. You can define equations, include diagrams, captions, etc. It&rsquo;s super simple too! Just use the command `C-c C-e l o` (you need latex packages installed)
</p>
</div>
</li>
</ol>
</div>
<div id="outline-container-org5f332b5" class="outline-4">
<h4 id="org5f332b5"><span class="section-number-4">4.1.4.</span> Export to literally any format</h4>
<div class="outline-text-4" id="text-4-1-4">
<p>
With the export menu, you can easily export to Open Office documents, HTML pages, Markdown, iCalendar (you can make agendas in Emacs), really anything!
</p>
</div>
</div>
</div>
<div id="outline-container-orgeae2586" class="outline-3">
<h3 id="orgeae2586"><span class="section-number-3">4.2.</span> Amazing package support and community</h3>
<div class="outline-text-3" id="text-4-2">
<p>
Yeah yeah, vim has packages too&#x2026; but they&rsquo;re not as cool or easy to install as Emacs :)
</p>
<p>
The emacs community has made an insane amount of useful packages that are super easy to install. Here are a few:
</p>
</div>
<div id="outline-container-org384b002" class="outline-4">
<h4 id="org384b002"><span class="section-number-4">4.2.1.</span> MELPA</h4>
<div class="outline-text-4" id="text-4-2-1">
<p>
Essentially a repository of user-made extensions for Emacs. Think of this as the AUR.
</p>
</div>
</div>
<div id="outline-container-org2cec309" class="outline-4">
<h4 id="org2cec309"><span class="section-number-4">4.2.2.</span> SLIME</h4>
<div class="outline-text-4" id="text-4-2-2">
2021-04-20 20:38:14 -04:00
<p>
Get into a great Lisp interactive session!
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org8692c74" class="outline-4">
<h4 id="org8692c74"><span class="section-number-4">4.2.3.</span> Magit</h4>
<div class="outline-text-4" id="text-4-2-3">
2021-04-20 20:38:14 -04:00
<p>
Great for git interaction!
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org4b39e5d" class="outline-4">
<h4 id="org4b39e5d"><span class="section-number-4">4.2.4.</span> Company-mode</h4>
<div class="outline-text-4" id="text-4-2-4">
2021-04-20 20:38:14 -04:00
<p>
For completion
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org167ed70" class="outline-4">
<h4 id="org167ed70"><span class="section-number-4">4.2.5.</span> Undo-tree</h4>
<div class="outline-text-4" id="text-4-2-5">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
For undoing your work in a neater fashion
2021-04-20 20:38:14 -04:00
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org9b1f6b7" class="outline-4">
<h4 id="org9b1f6b7"><span class="section-number-4">4.2.6.</span> LSP-mode</h4>
<div class="outline-text-4" id="text-4-2-6">
2021-04-20 20:38:14 -04:00
<p>
For running language servers
</p>
</div>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org966691d" class="outline-3">
<h3 id="org966691d"><span class="section-number-3">4.3.</span> It&rsquo;s written in Lisp</h3>
<div class="outline-text-3" id="text-4-3">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
We&rsquo;ve already taken a look at Elisp, but Lisp goes far more in depth than our simple breach of the surface. It&rsquo;s by far my favorite language, and it has influenced language since its creation in the 60&rsquo;s (10 years before C).
</p>
<p>
Lisp is wholly functional, which is great in comparison to ugly Object-Oriented languages like Java.
(Really, OOP is fine where necessary but it gets really bloated really really fast)
2021-04-20 20:38:14 -04:00
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
</div>
<div id="outline-container-org86d0202" class="outline-2">
<h2 id="org86d0202"><span class="section-number-2">5.</span> First steps in going forward with Emacs</h2>
<div class="outline-text-2" id="text-5">
</div>
<div id="outline-container-org8dbd14d" class="outline-3">
<h3 id="org8dbd14d"><span class="section-number-3">5.1.</span> Want to learn ELisp?</h3>
<div class="outline-text-3" id="text-5-1">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
I recommend reading &ldquo;Writing GNU Emacs Extensions&rdquo;. It goes into detail with Lisp, Emacs functions, and how everything works under the hood. It&rsquo;s an O&rsquo;Reilly book, so you get it free through USU.
2021-04-20 20:38:14 -04:00
</p>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org7b98e1f" class="outline-3">
<h3 id="org7b98e1f"><span class="section-number-3">5.2.</span> Want to get started with Emacs?</h3>
<div class="outline-text-3" id="text-5-2">
2021-04-20 20:38:14 -04:00
<p>
Dive right into emacs by installing it with whatever package manager you use.
2021-10-14 00:02:41 -04:00
</p>
<p>
Read the guide that is accessible on the default emacs start page! It will teach you the basics of movement and usage of the software. From there, just search around the internet for resources. There are plenty.
</p>
<p>
If you need help or a recommendation, you can start <a href="https://www.emacswiki.org/emacs/EmacsNewbie">at the emacs wiki.</a> Or ask on the FSLC Discord in the `emacs-lisp` channel.
2021-04-20 20:38:14 -04:00
</p>
</div>
</div>
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-orga0006b1" class="outline-2">
<h2 id="orga0006b1"><span class="section-number-2">6.</span> The compromise</h2>
<div class="outline-text-2" id="text-6">
2021-04-20 20:38:14 -04:00
</div>
2021-10-14 00:02:41 -04:00
<div id="outline-container-org4832571" class="outline-3">
<h3 id="org4832571"><span class="section-number-3">6.1.</span> Can&rsquo;t decide which is better (it&rsquo;s emacs)? Good news! You don&rsquo;t have to!</h3>
<div class="outline-text-3" id="text-6-1">
<p>
Let&rsquo;s take a look at the &ldquo;evil-mode&rdquo; package. This project aims to have 100% vim emulation within emacs. Whatever Vim can do, Evil Mode can do it too.
</p>
<p>
A great pre-built bundle for Emacs, called <a href="https://github.com/hlissner/doom-emacs">Doom Emacs</a>, is great for new users who have familiarity with vim keybindings.
</p>
</div>
</div>
<div id="outline-container-org1231631" class="outline-3">
<h3 id="org1231631"><span class="section-number-3">6.2.</span> More on Doom</h3>
<div class="outline-text-3" id="text-6-2">
2021-04-20 20:38:14 -04:00
<p>
2021-10-14 00:02:41 -04:00
Personally, I used to use my own Emacs configuration that I wrote my own extensions in Lisp for, but Doom has much saner defaults so I switched. Default Emacs looks ugly as hell:
2021-04-20 20:38:14 -04:00
</p>
2021-10-14 00:02:41 -04:00
<div id="orgcaf8af1" class="figure">
<p><img src="./images/emacs_default.png" alt="emacs_default.png" />
</p>
</div>
2021-04-20 20:38:14 -04:00
</div>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: Simponic</p>
2021-10-14 00:02:41 -04:00
<p class="date">Created: 2021-10-13 Wed 22:01</p>
2021-04-20 20:38:14 -04:00
</div>
</body>
</html>