Skip to content

Commit 833d0d3

Browse files
committed
Porting in progress
1 parent 9bc7f16 commit 833d0d3

File tree

304 files changed

+61
-40368
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

304 files changed

+61
-40368
lines changed

content/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ archetype = "home"
66
+++
77

88
This is the home page
9-
![](/images/hccw.png)
9+
10+
{{< himg image="hccw" ext="png" title="Hotel California of Creative Writing">}}

content/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft = false
55
weight = 0
66
+++
77

8-
{{< figure src="images/hotel-california.png" alt="Emacs - my Hotel California" title="Emacs - my Hotel California" >}}
8+
{{< himg image="hotel-california" ext="png" title="Hotel California of Creative Writing">}}
99

1010
This is a detailed explanation of why Emacs is my Hotel California of creative writing. It shows how I have created a writing environment exactly how I want it to be, and why there—in my mind—is nothing out there that compares to it.
1111

content/docs/emacs.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft = false
55
weight = 1
66
+++
77

8-
## Introduction {#emacs-introduction}
8+
## Introduction {#introduction}
99

1010
> “I use emacs, which might be thought of as a thermonuclear word processor... the engineer-hours that, in the case of Microsoft Word, were devoted to features like mail merge, and the ability to embed feature-length motion pictures in corporate memoranda, were, in the case of emacs, focused with maniacal intensity on the deceptively simple-seeming problem of editing text. If you are a professional writer... emacs outshines all other editing software in approximately the same way that the noonday sun does the stars. It is not just bigger and brighter; it simply makes everything else vanish.”
1111
@@ -17,14 +17,15 @@ weight = 1
1717

1818
I can make Emacs fit my workflow rather than the other way around.
1919

20-
{{< figure src="images/hackerman1.jpg" alt="Hackerman" title="Hackerman" width="40%" >}}
20+
{{< himg image="hackerman1" ext="jpg" title="Hackerman">}}
2121

2222
Emacs is a LISP machine.
2323

2424

2525
## Emacs basics {#emacs-basics}
2626

27-
[Emacs Basic Movement and Editing](RuiBsWQeeTs)
27+
{{< youtube RuiBsWQeeTs >}}
28+
2829
It’s highly recommended to run Emacs without any customization a couple of times to learn how the basic Emacs commands work. We can do that by running Emacs with the `Q` command-line argument, like this: `emacs -Q`. If you want—again, highly recommended—you can run the Emacs Tutorial by running `C-h t`. Do the tutorial until you feel confident. Also, experiment in the Scratch buffer, like in the video tutorial above.
2930

3031
<br/>
@@ -68,13 +69,15 @@ And, before you ask, let me tell you my favorite Emacs command: `C-o` (_insert n
6869
<br/>
6970

7071
Now that you know a thing or two about Emacs, here’s another introductory video about Emacs as a text editor:
71-
[The Basics of Emacs as a Text Editor](jPkIaqSh3cA)
72+
73+
{{< youtube jPkIaqSh3cA >}}
74+
7275
NB: He uses the `<Esc>` key as an alternative to `<Control>` like in `<Esc> y`. May I suggest that you use `C-y` instead. Using the Escape key that way will conflict with the modal editing package Boon mentioned below./
7376

7477
<br/>
7578

7679

77-
## Doom-Emacs {#emacs-doom-emacs}
80+
## Doom-Emacs {#doom-emacs}
7881

7982
[Doom-Emacs](https://github.com/hlissner/doom-emacs) is a minimalist modern Emacs distribution that is light and fast. It provides a rock-solid and highly configurable infrastructure to base an Emacs configuration on.
8083

@@ -83,7 +86,7 @@ NB: He uses the `<Esc>` key as an alternative to `<Control>` like in `<Esc> y`.
8386
I switched to Doom-Emacs after declaring Emacs Bankruptcy&nbsp;[^fn:1], and I haven’t regretted it. It uses every trick in the book to optimize, and the install/upgrade/maintenance scripts are excellent. It provides infrastructure and a well thought out framework for creating your own, speedy Emacs configuration.
8487

8588

86-
## Notes about the Hotel California configuration {#emacs-notes-hotel-california}
89+
## Notes about the Hotel California configuration {#notes-about-the-hotel-california-configuration}
8790

8891
If you feel that you need to have at least a menu-bar, then you can turn it on/off by running this command: `M-x menu-bar-mode`. It can be useful sometimes, especially when learning the Emacs ropes.
8992

content/docs/org-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ draft = false
55
weight = 2
66
+++
77

8-
## Introduction {#org-mode-introduction}
8+
## Introduction {#introduction}
99

10-
{{< figure src="images/org-mode-unicorn.svg" alt="Org-mode" title="Org-mode" width="20%" >}}
10+
{{< himg image="org-mode-unicorn" ext="svg" title="Org-mode">}}
1111

1212
> A GNU Emacs major mode for keeping notes, authoring documents, computational notebooks, literate programming, maintaining to-do lists, planning projects, and more — in a fast and effective plain text system.
1313

docs/404.html

Lines changed: 0 additions & 176 deletions
This file was deleted.

0 commit comments

Comments
 (0)