diff --git a/README.org b/README.org index 00924a2..a484159 100644 --- a/README.org +++ b/README.org @@ -11,7 +11,8 @@ #+ATTR_ORG: :width 420px #+ATTR_HTML: :width 420px #+ATTR_LATEX: :width 420px -[[./docs/images/desktop.png]] +[[./docs/images/modules-desktop.png]] +[[./docs/images/modules-writing.png]] Portable [[https://gnu.org/software/emacs][GNU/Emacs]][fn:1] dotfiles. Built for Life, Liberty, and the Open Road. @@ -159,7 +160,6 @@ Breaking down the project into logical units or chapters to keep the code more m + [[file:modules/website.org][Website]] + [[file:modules/writing.org][Writing]] - All of the modules in ~dotfiles/modules~ load after the host overrides. By default, all of the packages defined in ~dotfiles/modules-p~ load. Override this behaviour in a host configuration file. #+begin_src emacs-lisp diff --git a/docs/images/desktop.png b/docs/images/modules-dashboard.png similarity index 100% rename from docs/images/desktop.png rename to docs/images/modules-dashboard.png diff --git a/docs/images/modules-desktop.png b/docs/images/modules-desktop.png new file mode 100644 index 0000000..c21569f Binary files /dev/null and b/docs/images/modules-desktop.png differ diff --git a/docs/images/modules-writing.png b/docs/images/modules-writing.png new file mode 100644 index 0000000..c19efef Binary files /dev/null and b/docs/images/modules-writing.png differ diff --git a/modules/dashboard.org b/modules/dashboard.org index b1c038a..7830f6a 100644 --- a/modules/dashboard.org +++ b/modules/dashboard.org @@ -12,7 +12,7 @@ #+ATTR_ORG: :width 420px #+ATTR_HTML: :width 420px #+ATTR_LATEX: :width 420px -[[../docs/images/desktop.png]] +[[../docs/images/modules-dashboard.png]] Present a *Dashboard*[fn:1] when first launching Emacs. Customize the buttons of the navigator. diff --git a/modules/desktop.org b/modules/desktop.org index 3f95aab..1478614 100644 --- a/modules/desktop.org +++ b/modules/desktop.org @@ -8,6 +8,11 @@ #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil +#+ATTR_ORG: :width 420px +#+ATTR_HTML: :width 420px +#+ATTR_LATEX: :width 420px +[[../docs/images/modules-desktop.png]] + I use Emacs as a Desktop Environment with the *EXWM*[fn:1] package. It allows Emacs to function as a complete tiling window manager for *X11*[fn:2]. * Initialization