diff options
author | mms <michal@sapka.me> | 2024-04-17 17:00:22 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-17 17:00:22 +0200 |
commit | e1718f9c372a2e8773d96964d825f6feb886bf4f (patch) | |
tree | 664299b8821136330faacb9d2f407346358f0f16 /content-org | |
parent | 2e32cf5c18c2f22938e6d37a5cf28b941a69fc94 (diff) |
fix: redirects
Diffstat (limited to 'content-org')
-rw-r--r-- | content-org/emacs.org | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/content-org/emacs.org b/content-org/emacs.org index 71d00bb..8b1c6a5 100644 --- a/content-org/emacs.org +++ b/content-org/emacs.org @@ -17,9 +17,9 @@ CLOSED: [2023-05-26 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: input-completition-in-emacs -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Icomplete, IDO and FIDO +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Icomplete, IDO and FIDO :EXPORT_HUGO_MENU_OVERRIDE: :name "Input completition (Icomplete, IDO, and FIDO)" -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/input-completition-in-emacs/) +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/input-completition-in-emacs/) :END: Emacs consists of a massive set of tools with a long history. Therefore, whatever the problem is, someone likely has already created a package for it. @@ -397,10 +397,10 @@ If you are interested in the subject, you can look at much more details sources: CLOSED: [2023-05-19 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: moving-my-rss-reading-to-emacs-with-elfeed -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Setting up config inside an org file +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Setting up config inside an org file :EXPORT_HUGO_PAIRED_SHORTCODES: img-c :EXPORT_HUGO_MENU_OVERRIDE: :identifier "elfeed" :name "Following RSS with Elfeed" -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/moving-my-rss-reading-to-emacs-with-elfeed/) +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/moving-my-rss-reading-to-emacs-with-elfeed/) :END: Since Emacs became my shell of choice[fn:1], I am abandoning more and more dedicated applications in favor of different packages. As it turns out, Emacs packages are very feature rich. @@ -474,9 +474,9 @@ Elfeed has a few packages expanding its functionality, but I found the default b CLOSED: [2023-06-02 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: elfeed-literate-config -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract Setting up config inside an org file +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract Setting up config inside an org file :EXPORT_HUGO_MENU_OVERRIDE: :parent "elfeed" :name "Literate configuration" -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/elfeed-literate-config/) +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/elfeed-literate-config/) :END: Recently I've been toying with a literate configuration[fn:literate] of Emacs. My init.el took a straightforward form: @@ -543,9 +543,9 @@ Much more readable! Elfeed-org will ignore the entire outer tree and extract the CLOSED: [2023-07-03 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: notmuch -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My email based workflow for GitHub Pull Review Requests +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My email based workflow for GitHub Pull Review Requests :EXPORT_HUGO_MENU_OVERRIDE: :name "Reading and automating email using Notmuch" -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/notmuch/) +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/notmuch/) :END: Web email interfaces have taken over the world a long time ago. Except for Outlook users, only a few people even consider using an actual application for it. @@ -1000,8 +1000,8 @@ We need to use =eww= to open the page and we can get the URL from there. CLOSED: [2023-04-13 Wed 23:00] :PROPERTIES: :EXPORT_FILE_NAME: emacs-as-a-shell -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My current understanding of Emacs -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: aliases '(/2023/emacs-as-a-shell/) +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My current understanding of Emacs +:EXPORT_HUGO_CUSTOM_FRONT_MATTER+: :aliases '(/2023/emacs-as-a-shell/) :END: Pavel Korytov writes in his [[https://sqrtminusone.xyz/posts/2023-04-13-emacs/][recent post]]; @@ -1027,7 +1027,7 @@ So, when you look at it this way, Emacs makes a lot of sense: CLOSED: [2023-12-26 Tue 22:12] :PROPERTIES: :EXPORT_FILE_NAME: whys-of-emacs -:EXPORT_HUGO_CUSTOM_FRONT_MATTER: abstract My reasons for using Emacs +:EXPORT_HUGO_CUSTOM_FRONT_MATTER: :abstract My reasons for using Emacs :END: I have used many editors over the years. I've started with Notepad, then moved to Notepad++, Sublime Text, IntelliJ, and VS Code. |