From 216018a02e80fcc369c5c2786538593fa8fd199d Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Mon, 8 Apr 2024 07:07:03 -0700 Subject: Update highlighting languages --- emacs.html.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'emacs.html.markdown') 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 -- cgit v1.2.3