diff --git a/README.org b/README.org index 3c8b869..9c7f689 100644 --- a/README.org +++ b/README.org @@ -1655,7 +1655,7 @@ epkgs.nix-mode ** Evil Mode -Evil[fn:21] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:39], turning GNU/Emacs[fn:2] into a modal editor. +Evil[fn:42] is an extensible VI layer for GNU/Emacs[fn:2]. It emulates the main features of Vim[fn:39], turning GNU/Emacs[fn:2] into a modal editor. #+NAME: emacs-evil-package #+BEGIN_SRC nix @@ -1665,7 +1665,7 @@ epkgs.evil-surround epkgs.evil-nerd-commenter #+END_SRC -The next time Emacs[fn:2] is started, it will come up in /normal state/, denoted by == in the modeline. This is where the main ~vi~ bindings are defined. Like Emacs[fn:2] in general, Evil[fn:21] is extensible in Emacs Lisp[fn:38]. +The next time Emacs[fn:2] is started, it will come up in /normal state/, denoted by == in the modeline. This is where the main ~vi~ bindings are defined. Like Emacs[fn:2] in general, Evil[fn:42] is extensible in Emacs Lisp[fn:38]. #+NAME: emacs-evil-elisp #+BEGIN_SRC emacs-lisp @@ -1775,7 +1775,7 @@ home.file.".xinitrc" = { epkgs.general #+END_SRC -General[fn:42] provides a more convenient method for binding keys in Emacs[fn:2], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise. +General[fn:43] provides a more convenient method for binding keys in Emacs[fn:2], providing a unified interface for key definitions. Its primary purpose is to build on /existing/ functionality to make key definitions more clear and concise. #+NAME: emacs-general-elisp #+BEGIN_SRC emacs-lisp @@ -1828,7 +1828,7 @@ General[fn:42] provides a more convenient method for binding keys in Emacs[fn:2] ** Which Key -Which-key[fn:43] is a minor mode for Emacs[fn:2] that displays the key bindings following your currently entered incomplete command (prefix) in a popup or mini-buffer. +Which-key[fn:44] is a minor mode for Emacs[fn:2] that displays the key bindings following your currently entered incomplete command (prefix) in a popup or mini-buffer. #+NAME: emacs-which-key-package #+BEGIN_SRC nix @@ -1845,7 +1845,7 @@ epkgs.which-key ** EWW -The Emacs Web Wowser[fn:44] is a Web browser written in Emacs Lisp[fn:38] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing. +The Emacs Web Wowser[fn:45] is a Web browser written in Emacs Lisp[fn:38] based on the ~shr.el~ library. It's my primary browser when it comes to text-based browsing. + Use ~eww~ as the default browser + Don't use any special fonts or colours @@ -1862,7 +1862,7 @@ The Emacs Web Wowser[fn:44] is a Web browser written in Emacs Lisp[fn:38] based ** ERC -ERC[fn:45] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2]. It's part of the GNU project, and included in Emacs. +ERC[fn:46] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2]. It's part of the GNU project, and included in Emacs. #+NAME: emacs-erc-elisp #+BEGIN_SRC emacs-lisp @@ -1898,7 +1898,7 @@ ERC[fn:45] is a powerful, modular, and extensible IRC client for GNU/Emacs[fn:2] epkgs.dired-single #+END_SRC -Dired[fn:46] shows a directory listing inside of an Emacs[fn:2] buffer that can be used to perform various file operations on files and subdirectories. THe operations you can perform are numerous, from creating subdirectories, byte-compiling files, searching, and editing files. Dired-Extra[fn:47] provides extra functionality for Dired[fn:46]. +Dired[fn:47] shows a directory listing inside of an Emacs[fn:2] buffer that can be used to perform various file operations on files and subdirectories. THe operations you can perform are numerous, from creating subdirectories, byte-compiling files, searching, and editing files. Dired-Extra[fn:48] provides extra functionality for Dired[fn:47]. #+NAME: emacs-dired-elisp #+BEGIN_SRC emacs-lisp @@ -1925,7 +1925,7 @@ epkgs.all-the-icons epkgs.all-the-icons-dired #+END_SRC -All The Icons[fn:48] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2]. +All The Icons[fn:49] is a utility package to collect various Icon Fonts and prioritize them within GNU/Emacs[fn:2]. #+NAME: emacs-icons-elisp #+BEGIN_SRC emacs-lisp @@ -1943,7 +1943,7 @@ All The Icons[fn:48] is a utility package to collect various Icon Fonts and prio epkgs.emojify #+END_SRC -Emojify[fn:49] is an Emacs[fn:2] extension to display Emojis. It can display GitHub style Emojis like :smile: or plain ascii ones such as :). It tries to be as efficient as possible, while also providing flexibility. +Emojify[fn:50] is an Emacs[fn:2] extension to display Emojis. It can display GitHub style Emojis like :smile: or plain ascii ones such as :). It tries to be as efficient as possible, while also providing flexibility. #+NAME: emacs-emoji-elisp #+BEGIN_SRC emacs-lisp @@ -1958,7 +1958,7 @@ Emojify[fn:49] is an Emacs[fn:2] extension to display Emojis. It can display Git epkgs.eshell-prompt-extras #+END_SRC -EShell [fn:50] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:38]. It invokes no external processes except for those requested by the user. It's intended to be an alternative for IELM, and a full REPL envionment for Emacs[fn:2]. +EShell [fn:51] is a shell-like command interpreter for GNU/Emacs[fn:2] implemented in Emacs Lisp[fn:38]. It invokes no external processes except for those requested by the user. It's intended to be an alternative for IELM, and a full REPL envionment for Emacs[fn:2]. #+NAME: emacs-eshell-elisp #+BEGIN_SRC emacs-lisp @@ -1977,7 +1977,7 @@ EShell [fn:50] is a shell-like command interpreter for GNU/Emacs[fn:2] implement ** VTerm -Emacs Libvterm (VTerm)[fn:51] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:52], a blazing fast C library used in Neovim[fn:39]. As a result of using compiled code (instead of Emacs Lisp[fn:38]), VTerm[fn:51] is capable, fast, and it can seamlessly handle large outputs. +Emacs Libvterm (VTerm)[fn:52] is a fully-fledged terminal emulator inside GNU/Emacs[fn:2] based on Libvterm[fn:53], a blazing fast C library used in Neovim[fn:39]. As a result of using compiled code (instead of Emacs Lisp[fn:38]), VTerm[fn:52] is capable, fast, and it can seamlessly handle large outputs. #+NAME: emacs-vterm-package #+BEGIN_SRC nix @@ -1993,7 +1993,7 @@ epkgs.vterm ** Magit -Magit[fn:53] is an interface to the Git[fn:37] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:38]. It fills the glaring gap between the Git[fn:37] command line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks within a few mnemonic key presses. +Magit[fn:54] is an interface to the Git[fn:37] version control system, implemented as a GNU/Emacs[fn:2] package written in Elisp[fn:38]. It fills the glaring gap between the Git[fn:37] command line interface and various GUIs, letting you perform trivial as well as elaborate version control tasks within a few mnemonic key presses. #+NAME: emacs-magit-package #+BEGIN_SRC nix @@ -2049,7 +2049,7 @@ epkgs.hydra epkgs.elfeed #+END_SRC -Elfeed[fn:54] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories. +Elfeed[fn:55] is an extensible web feed reader for GNU/Emacs[fn:2], support both =Atom= and =RSS=. It requires =Emacs 24.3+= and is available for download from the standard repositories. #+NAME: emacs-elfeed-elisp #+BEGIN_SRC emacs-lisp @@ -2078,7 +2078,7 @@ Elfeed[fn:54] is an extensible web feed reader for GNU/Emacs[fn:2], support both epkgs.org #+END_SRC -Org-mode[fn:55] is a document editing and organizing mode, designed for notes, planning, and authoring within the free software text editor GNU/Emacs[fn:2]. The name is used to encompass plain text files (such as this one) that include simple marks to indicate levels of a hierarchy, and an editor with functions that can read the markup and manipulate the hierarchy elements. +Org-mode[fn:56] is a document editing and organizing mode, designed for notes, planning, and authoring within the free software text editor GNU/Emacs[fn:2]. The name is used to encompass plain text files (such as this one) that include simple marks to indicate levels of a hierarchy, and an editor with functions that can read the markup and manipulate the hierarchy elements. #+NAME: emacs-org-elisp #+BEGIN_SRC emacs-lisp @@ -2121,7 +2121,7 @@ epkgs.org-roam epkgs.org-roam-server #+END_SRC -Org Roam[fn:56] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:57], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:55] for their personal wiki (me). Org Roam Server[fn:58] is a Web application to visualize the Org Roam[fn:56] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface. +Org Roam[fn:57] is a plain-text knowledge management system. It borrows principles from the Zettelkasten method[fn:58], providing a solution for non-hierarchical note-taking. It should also work as a plug-and-play solution for anyone already using Org Mode[fn:56] for their personal wiki (me). Org Roam Server[fn:59] is a Web application to visualize the Org Roam[fn:57] database. Although it should automatically reload if there's a change in the database, it can be done so manually by clicking the =reload= button on the Web interface. #+NAME: emacs-org-roam-elisp #+BEGIN_SRC emacs-lisp @@ -2231,7 +2231,7 @@ Org Roam[fn:56] is a plain-text knowledge management system. It borrows principl epkgs.org-drill #+END_SRC -Org Drill[fn:59] is an extension for Org Mode[fn:55] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized. +Org Drill[fn:60] is an extension for Org Mode[fn:56] that uses a spaced repition algorithm to conduct interactive /Drill Sessions/ using Org files as sources of facts to be memorized. #+NAME: emacs-org-drill-elisp #+BEGIN_SRC emacs-lisp @@ -2245,7 +2245,7 @@ Org Drill[fn:59] is an extension for Org Mode[fn:55] that uses a spaced repition ** Org Agenda -The way Org Mode[fn:55] works, TODO items, time-stamped items, and tagged headlines can be scattered throughout a file, or even a number of files. To get an overview of open action items, or of events that are important for a particular date, this information must be collected, sorted, and displayed in an organized way. +The way Org Mode[fn:56] works, TODO items, time-stamped items, and tagged headlines can be scattered throughout a file, or even a number of files. To get an overview of open action items, or of events that are important for a particular date, this information must be collected, sorted, and displayed in an organized way. #+NAME: emacs-org-agenda-elisp #+BEGIN_SRC emacs-lisp @@ -2277,7 +2277,7 @@ The way Org Mode[fn:55] works, TODO items, time-stamped items, and tagged headli epkgs.org-pomodoro #+END_SRC -Org Pomodoro[fn:60] adds basic support for the Pomodoro Technique[fn:61] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable. +Org Pomodoro[fn:61] adds basic support for the Pomodoro Technique[fn:62] in GNU/Emacs[fn:2]. It can be started for the task at point, or the last task time was clocked for. Each session starts a timer of 25 minutes, finishing with a break of 5 minutes. After 4 sessions, ther will be a break of 20 minutes. All values are customizable. #+NAME: emacs-pomodoro-elisp #+BEGIN_SRC emacs-lisp @@ -2297,7 +2297,7 @@ Org Pomodoro[fn:60] adds basic support for the Pomodoro Technique[fn:61] in GNU/ epkgs.writegood-mode #+END_SRC -Writegood Mode[fn:62] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria: +Writegood Mode[fn:63] is an Emacs[fn:2] minor mode to aid in finding common writing problems. It highlights the text based on the following criteria: + Weasel Words + Passive Voice @@ -2320,7 +2320,7 @@ pkgs.aspellDicts.en-science pkgs.aspellDicts.en-computers #+END_SRC -GNU Aspell[fn:63] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language. +GNU Aspell[fn:64] is a Free and Open Source spell checker designed to replace ISpell. It can be used as a library, or an independent spell checker. Its main feature is that it does a superior job of suggesting possible replacements for mis-spelled words than any other spell checker for the English language. #+NAME: emacs-aspell-elisp #+BEGIN_SRC emacs-lisp @@ -2340,7 +2340,7 @@ GNU Aspell[fn:63] is a Free and Open Source spell checker designed to replace IS epkgs.ox-hugo #+END_SRC -Ox-Hugo[fn:64] is an Org-Mode[fn:55] exporter for Hugo[fn:28] compabile markdown. I post nonsense on my Personal Blog[fn:65], and share my notes on various textbooks, articles, and software Here[fn:66]. +Ox-Hugo[fn:65] is an Org-Mode[fn:56] exporter for Hugo[fn:28] compabile markdown. I post nonsense on my Personal Blog[fn:66], and share my notes on various textbooks, articles, and software Here[fn:67]. #+NAME: emacs-hugo-elisp #+BEGIN_SRC emacs-lisp @@ -2400,7 +2400,7 @@ Ox-Hugo[fn:64] is an Org-Mode[fn:55] exporter for Hugo[fn:28] compabile markdown epkgs.ox-reveal #+END_SRC -Reveal.js[fn:67] is an open source HTML presentation framework. It enables anyone with a web browser to create fully-featured and beautiful presentations for free. Presentations with Reveal.js[fn:67] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:68] is an Org Mode[fn:55] export backend. +Reveal.js[fn:68] is an open source HTML presentation framework. It enables anyone with a web browser to create fully-featured and beautiful presentations for free. Presentations with Reveal.js[fn:68] are built on open web technologies. That means anything you can do on the web, you can do in your presentation. Ox Reveal[fn:69] is an Org Mode[fn:56] export backend. #+NAME: emacs-reveal-elisp #+BEGIN_SRC emacs-lisp @@ -2440,7 +2440,7 @@ Reveal.js[fn:67] is an open source HTML presentation framework. It enables anyon pkgs.pass #+END_SRC -With Pass[fn:69], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools. +With Pass[fn:70], each password lives inside of an encrypted =gpg= file, whose name is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, compies from computer to computer, and in general, manipulated using standard command line tools. #+NAME: emacs-pass-package #+BEGIN_SRC nix @@ -2562,7 +2562,7 @@ mu index epkgs.projectile #+END_SRC -Projectile[fn:70] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies. +Projectile[fn:71] is a project interaction library for GNU/Emacs[fn:2]. Its goal is to provide a nice set of features operating on a project level, without introducing external dependencies. #+NAME: emacs-projectile-elisp #+BEGIN_SRC emacs-lisp @@ -2579,7 +2579,7 @@ epkgs.lsp-mode epkgs.lsp-ui #+END_SRC -The Language Server Protocol (LSP)[fn:71] defines the protocol used between an Editor or IDE, and a language server that provides features like: +The Language Server Protocol (LSP)[fn:72] defines the protocol used between an Editor or IDE, and a language server that provides features like: + Auto Complete + Go To Defintion @@ -2603,7 +2603,7 @@ The Language Server Protocol (LSP)[fn:71] defines the protocol used between an E epkgs.ccls #+END_SRC -Emacs CCLS[fn:72] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang. +Emacs CCLS[fn:73] is a client for CCLS, a C/C++/Objective-C language server supporting multi-million line C++ code bases, powered by libclang. #+NAME: emacs-ccls-elisp #+BEGIN_SRC emacs-lisp @@ -2626,7 +2626,7 @@ Emacs CCLS[fn:72] is a client for CCLS, a C/C++/Objective-C language server supp epkgs.company #+END_SRC -Company[fn:73] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates. +Company[fn:74] is a text completion framework for GNU/Emacs[fn:2]. The name stands for =Complete Anything=. It uses pluggable back-ends and front-ends to retieve and display completion candidates. #+NAME: emacs-company-elisp #+BEGIN_SRC emacs-lisp @@ -2645,7 +2645,7 @@ Company[fn:73] is a text completion framework for GNU/Emacs[fn:2]. The name stan epkgs.go-mode #+END_SRC -Go Mode[fn:74] is a major mode for editing Golang[fn:12] source code in GNU/Emacs[fn:2]. +Go Mode[fn:75] is a major mode for editing Golang[fn:12] source code in GNU/Emacs[fn:2]. #+NAME: emacs-golang-elisp #+BEGIN_SRC emacs-lisp @@ -2665,7 +2665,7 @@ Go Mode[fn:74] is a major mode for editing Golang[fn:12] source code in GNU/Emac epkgs.rustic #+END_SRC -Rustic[fn:73] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:69]. Include the rust shell before launching GNU/Emacs[fn:2] to use this! +Rustic[fn:74] is a fork of rust-mode that integrates well with the Language Server Protocol[fn:70]. Include the rust shell before launching GNU/Emacs[fn:2] to use this! #+NAME: emacs-rustic-elisp #+BEGIN_SRC emacs-lisp @@ -2681,7 +2681,7 @@ Rustic[fn:73] is a fork of rust-mode that integrates well with the Language Serv epkgs.pretty-mode #+END_SRC -The built in Python Mode[fn:75] has a nice feature set for working with Python[fn:18] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:71] server. These tools are included in the Development Shell[fn:11] for Python[fn:18]. +The built in Python Mode[fn:76] has a nice feature set for working with Python[fn:18] code in GNU/Emacs[fn:2]. It is complimented with the addition of an LSP[fn:72] server. These tools are included in the Development Shell[fn:11] for Python[fn:18]. #+NAME: emacs-python-elisp #+BEGIN_SRC emacs-lisp @@ -2698,14 +2698,14 @@ The built in Python Mode[fn:75] has a nice feature set for working with Python[f pkgs.plantuml #+END_SRC -PlantUML[fn:76] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:76] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files. +PlantUML[fn:77] is an open-source tool allowing users to create diagrams from a plain-text language. Besides various UML diagrams, PlantUML[fn:77] has support for various other software developmented related formats, as well as visualizations of =JSON= and =YAML= files. #+NAME: emacs-plantuml-package #+BEGIN_SRC nix epkgs.plantuml-mode #+END_SRC -PlantUML Mode[fn:77] is a major mode for editing PlantUML[fn:76] sources in GNU/Emacs[fn:2]. +PlantUML Mode[fn:78] is a major mode for editing PlantUML[fn:77] sources in GNU/Emacs[fn:2]. #+NAME: emacs-plantuml-elisp #+BEGIN_SRC emacs-lisp @@ -2727,7 +2727,7 @@ epkgs.ivy-posframe epkgs.ivy-prescient #+END_SRC -Ivy (Swiper)[fn:78] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable. +Ivy (Swiper)[fn:79] is a generic completion mechanism for GNU/Emacs[fn:2]. While operating similarily to other completion schemes like =icomplete-mode=, it aims to be more efficient, smaller, simpler, and smoother to use, while remaining highly customizable. #+NAME: emacs-swiper-elisp #+BEGIN_SRC emacs-lisp @@ -2768,7 +2768,7 @@ It's possible to control the frame opacity in GNU/Emacs[fn:2]. Unlike other tran pkgs.brightnessctl #+END_SRC -The Desktop Environment[fn:79] package provides commands and a global minor mode for controlling your GNU/Linux[fn:1] desktop from within GNU/Emacs[fn:2]. +The Desktop Environment[fn:80] package provides commands and a global minor mode for controlling your GNU/Linux[fn:1] desktop from within GNU/Emacs[fn:2]. #+NAME: emacs-desktop-package #+BEGIN_SRC nix @@ -2791,7 +2791,7 @@ You can control the brightness, volume, take screenshots, and lock / unlock the epkgs.doom-themes #+END_SRC -Doom Themes[fn:80] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites. +Doom Themes[fn:81] is a theme megapack for GNU/Emacs[fn:2], inspired by community favourites. #+NAME: emacs-doom-themes-elisp #+BEGIN_SRC emacs-lisp @@ -2815,7 +2815,7 @@ Doom Themes[fn:80] is a theme megapack for GNU/Emacs[fn:2], inspired by communit epkgs.doom-modeline #+END_SRC -Doom Modeline[fn:81] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs. +Doom Modeline[fn:21] is a fancy and fast modeline inspired by minimalism design. It's integrated into Centaur Emacs, Doom Emacs, and Spacemacs. #+NAME: emacs-doom-modeline-elisp #+BEGIN_SRC emacs-lisp @@ -2867,7 +2867,7 @@ Doom Modeline[fn:81] is a fancy and fast modeline inspired by minimalism design. [fn:20] https://github.com/ch11ng/exwm -[fn:21] https://evil.readthedocs.io/en/latest/overview.html +[fn:21] https://laptopmedia.com/laptop-specs/acer-nitro-5-an515-53-2 [fn:22] https://raspberrypi.org/products/raspberry-pi-400/ @@ -2909,84 +2909,84 @@ Doom Modeline[fn:81] is a fancy and fast modeline inspired by minimalism design. [fn:41] https://github.com/nixos/nix-mode -[fn:42] https://github.com/noctuid/general.el +[fn:42] https://evil.readthedocs.io/en/latest/overview.html -[fn:43] https://github.com/justbur/emacs-which-key +[fn:43] https://github.com/noctuid/general.el -[fn:44] https://emacswiki.org/emacs/eww +[fn:44] https://github.com/justbur/emacs-which-key -[fn:45] https://gnu.org/software/emacs/erc.html +[fn:45] https://emacswiki.org/emacs/eww -[fn:46] https://emacswiki.org/emacs/DiredMode +[fn:46] https://gnu.org/software/emacs/erc.html -[fn:47] https://emacswiki.org/emacs/DiredExtra#Dired_X +[fn:47] https://emacswiki.org/emacs/DiredMode -[fn:48] https://github.com/domtronn/all-the-icons.el +[fn:48] https://emacswiki.org/emacs/DiredExtra#Dired_X -[fn:49] https://github.com/iqbalansari/emacs-emojify +[fn:49] https://github.com/domtronn/all-the-icons.el -[fn:50] https://gnu.org/software/emacs/manual/html_mono/eshell.html +[fn:50] https://github.com/iqbalansari/emacs-emojify -[fn:51] https://github.com/akermu/emacs-libvterm +[fn:51] https://gnu.org/software/emacs/manual/html_mono/eshell.html -[fn:52] https://github.com/neovim/libvterm +[fn:52] https://github.com/akermu/emacs-libvterm -[fn:53] https://magit.vc +[fn:53] https://github.com/neovim/libvterm -[fn:54] https://github.com/skeeto/elfeed +[fn:54] https://magit.vc -[fn:55] https://orgmode.org +[fn:55] https://github.com/skeeto/elfeed -[fn:56] https://github.com/org-roam/org-roam +[fn:56] https://orgmode.org -[fn:57] https://zettelkasten.de +[fn:57] https://github.com/org-roam/org-roam -[fn:58] https://github.com/org-roam/org-roam-server +[fn:58] https://zettelkasten.de -[fn:59] https://orgmode.org/worg/org-contrib/org-drill.html +[fn:59] https://github.com/org-roam/org-roam-server -[fn:60] https://github.com/marcinkoziej/org-pomodoro +[fn:60] https://orgmode.org/worg/org-contrib/org-drill.html -[fn:61] https://en.wikipedia.org/wiki/Pomodoro_Technique +[fn:61] https://github.com/marcinkoziej/org-pomodoro -[fn:62] https://github.com/bnbeckwith/writegood-mode +[fn:62] https://en.wikipedia.org/wiki/Pomodoro_Technique -[fn:63] https://aspell.net +[fn:63] https://github.com/bnbeckwith/writegood-mode -[fn:64] https://oxhugo.scripter.co +[fn:64] https://aspell.net -[fn:65] https://chrishayward.xyz/posts/ +[fn:65] https://oxhugo.scripter.co -[fn:66] https://chrishayward.xyz/notes/ +[fn:66] https://chrishayward.xyz/posts/ -[fn:67] https://revealjs.com +[fn:67] https://chrishayward.xyz/notes/ -[fn:68] https://github.com/hexmode/ox-reveal +[fn:68] https://revealjs.com -[fn:69] https://password-store.org +[fn:69] https://github.com/hexmode/ox-reveal -[fn:70] https://projectile.mx +[fn:70] https://password-store.org -[fn:71] https://microsoft.github.io/language-server-protocol +[fn:71] https://projectile.mx -[fn:72] https://github.com/MaskRay/emacs-ccls +[fn:72] https://microsoft.github.io/language-server-protocol -[fn:73] https://company-mode.github.io +[fn:73] https://github.com/MaskRay/emacs-ccls -[fn:74] https://emacswiki.org/emacs/GoMode +[fn:74] https://company-mode.github.io -[fn:75] https://plantuml.com +[fn:75] https://emacswiki.org/emacs/GoMode -[fn:76] https://github.com/skuro/plantuml-mode +[fn:76] https://plantuml.com -[fn:77] https://github.com/abo-abo/swiper +[fn:77] https://github.com/skuro/plantuml-mode -[fn:78] https://github.com/DamienCassou/desktop-environment +[fn:78] https://github.com/abo-abo/swiper -[fn:79] https://github.com/hlissner/emacs-doom-themes +[fn:79] https://github.com/DamienCassou/desktop-environment -[fn:80] https://github.com/seagle0128/doom-modeline +[fn:80] https://github.com/hlissner/emacs-doom-themes -[fn:81] https://laptopmedia.com/laptop-specs/acer-nitro-5-an515-53-2 +[fn:81] https://github.com/seagle0128/doom-modeline [fn:82] https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html