summaryrefslogtreecommitdiffhomepage
path: root/emacs.html.markdown
diff options
context:
space:
mode:
authorBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
committerBoris Verkhovskiy <boris.verk@gmail.com>2024-04-08 07:07:03 -0700
commit216018a02e80fcc369c5c2786538593fa8fd199d (patch)
treee388f5d01f5dc1b13cd0d86ec6e2f8cf8106bfb2 /emacs.html.markdown
parent52efd27986c78e7a3d78a2c2b82c186d66eec10f (diff)
Update highlighting languages
Diffstat (limited to 'emacs.html.markdown')
-rw-r--r--emacs.html.markdown10
1 files changed, 5 insertions, 5 deletions
diff --git a/emacs.html.markdown b/emacs.html.markdown
index ff4d3c03..980e89f7 100644
--- a/emacs.html.markdown
+++ b/emacs.html.markdown
@@ -26,7 +26,7 @@ yourself.
# Key Notation
-``` text
+```text
The Emacs manual and the community in general uses a convention to refer to different key combinations used within Emacs. Specifically, Emacs has the notion of a "modifier key" that is pressed along with another key to modify its action.
An example of this notation is "C-c". In this key combination "C" is the modifier and stands for the "Ctrl" key and "c" is the key whose action is being modified (the literal character "c").
@@ -83,7 +83,7 @@ buffer.
# Navigation Basics
-``` text
+```text
The GUI version of Emacs can be navigated with the mouse like you would expect from a conventional GUI text editor.
The aim here is to focus on navigation solely using the keyboard as this enhances productivity immensely.
@@ -157,7 +157,7 @@ character).
# File editing basics
-``` text
+```text
* Quitting Emacs [ Now you can't say you don't know how to quit Emacs :-) ]
C-x C-c --> Quit Emacs and get prompted to save any unsaved files (buffers not visiting a file will simply be discarded unless you're running in client-server mode)
@@ -183,7 +183,7 @@ C-u 3 C-_ --> Undo the last 3 changes.
# Executing Elisp Functions
-``` text
+```text
You can execute any currently loaded Elisp functions (including ones you have written yourself) via "M-x"
M-x RET --> Prompts you for name of function to execute (Tab completion is available).
@@ -227,7 +227,7 @@ Emacs features a pretty powerful help system that allows you to discover
new functionality all the
time.
-``` text
+```text
Obtaining help on specific topics. Tab completion is available for function and variable names.
C-h f RET --> Prompts you for the name of an elisp function and