diff options
author | mms <michal@sapka.me> | 2024-07-28 20:57:11 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-07-28 20:57:11 +0200 |
commit | f864511fe699fec99da4c45b37f17600f3516e71 (patch) | |
tree | 285db42dd824d9b3093c24d3eebb4219ae11e478 /content | |
parent | f7f9b4b4670881fe3e51f1b1e55603df5ce21133 (diff) |
feat: Unify emacs with cool emacs
Diffstat (limited to 'content')
-rw-r--r-- | content/cool-emacs/input-completition-in-emacs.md (renamed from content/emacs/input-completition-in-emacs.md) | 17 | ||||
-rw-r--r-- | content/cool-emacs/literate-programing-in-emacs.md (renamed from content/emacs/literate-programing-in-emacs.md) | 16 | ||||
-rw-r--r-- | content/cool-emacs/org-babel.md (renamed from content/emacs/org-babel.md) | 16 | ||||
-rw-r--r-- | content/cool-emacs/whys-of-emacs.md (renamed from content/emacs/whys-of-emacs.md) | 11 |
4 files changed, 34 insertions, 26 deletions
diff --git a/content/emacs/input-completition-in-emacs.md b/content/cool-emacs/input-completition-in-emacs.md index f7747a1..6b7387f 100644 --- a/content/emacs/input-completition-in-emacs.md +++ b/content/cool-emacs/input-completition-in-emacs.md @@ -1,18 +1,19 @@ +++ -title = "Emacs: Input Completiton in Emacs" +title = "Input Completiton" author = ["Michał Sapka"] date = 2023-05-26T23:00:00+02:00 categories = ["emacs"] draft = false -weight = 2001 +weight = 3004 +image_dir = "cool-emacs" +image_max_width = 480 +primary_menu = "cool-emacs-appendix" abstract = "Icomplete, IDO and FIDO" -aliases = ["/2023/input-completition-in-emacs/"] +aliases = ["/2023/input-completition-in-emacs/", "/emacs/input-completition-in-emacs/"] [menu] - [menu.emacs] - weight = 2001 - identifier = "emacs-input-completiton-in-emacs" - parent = "guides" - name = "Input completition (Icomplete, IDO, and FIDO)" + [menu.cool-emacs-appendix] + weight = 3004 + identifier = "input-completiton" +++ Emacs consists of a massive set of tools with a long history. diff --git a/content/emacs/literate-programing-in-emacs.md b/content/cool-emacs/literate-programing-in-emacs.md index 258a96d..1c1bf98 100644 --- a/content/emacs/literate-programing-in-emacs.md +++ b/content/cool-emacs/literate-programing-in-emacs.md @@ -1,17 +1,19 @@ +++ -title = "Emacs: Introduction to Literate programming" +title = "Introduction to Literate programming" author = ["Michał Sapka"] date = 2024-01-30T19:10:00+01:00 categories = ["emacs"] draft = false -weight = 2002 +weight = 3005 +image_dir = "cool-emacs" +image_max_width = 480 +primary_menu = "cool-emacs-appendix" abstract = "A short introduction into the idea of literate programming" +aliases = ["/emacs/literate-programing-in-emacs/"] [menu] - [menu.emacs] - weight = 2002 - parent = "guides" - identifier = "litprog" - name = "Literate programming" + [menu.cool-emacs-appendix] + weight = 3005 + identifier = "introduction-to-literate-programming" +++ ## Abstract {#abstract} diff --git a/content/emacs/org-babel.md b/content/cool-emacs/org-babel.md index 691f6c7..ba37fe4 100644 --- a/content/emacs/org-babel.md +++ b/content/cool-emacs/org-babel.md @@ -1,17 +1,19 @@ +++ -title = "Emacs: Executing code in Org files with Babel" +title = "Executing code in Org files with Babel" author = ["Michał Sapka"] date = 2024-02-07T21:23:00+01:00 categories = ["emacs"] draft = false -weight = 2003 +weight = 3006 +image_dir = "cool-emacs" +image_max_width = 480 +primary_menu = "cool-emacs-appendix" abstract = "A short introduction into the world if Org Babel" +aliases = ["/emacs/org-babel/"] [menu] - [menu.emacs] - weight = 2003 - identifier = "emacs-executing-code-in-org-files-with-babel" - parent = "litprog" - name = "Literate programing in Org with Babel" + [menu.cool-emacs-appendix] + weight = 3006 + identifier = "executing-code-in-org-files-with-babel" +++ **Abstract**: a very short introduction into the word of Org Babel. diff --git a/content/emacs/whys-of-emacs.md b/content/cool-emacs/whys-of-emacs.md index 2c62ee1..2dc7dd5 100644 --- a/content/emacs/whys-of-emacs.md +++ b/content/cool-emacs/whys-of-emacs.md @@ -6,13 +6,16 @@ author = ["Michał Sapka"] date = 2023-12-26T22:12:00+01:00 categories = ["emacs"] draft = false -weight = 2002 +weight = 3001 +image_dir = "cool-emacs" +image_max_width = 480 +primary_menu = "cool-emacs-appendix" abstract = "My reasons for using Emacs" +aliases = ["/emacs/whys-of-emacs/"] [menu] - [menu.emacs] - weight = 2002 + [menu.cool-emacs-appendix] + weight = 3001 identifier = "my-whys-for-emacs" - parent = "varia" +++ I have used many editors over the years. |