Browse Source

Replace images

main
parent
commit
a18dc005fc
  1. 4
      README.org
  2. 0
      docs/images/modules-dashboard.png
  3. BIN
      docs/images/modules-desktop.png
  4. BIN
      docs/images/modules-writing.png
  5. 2
      modules/dashboard.org
  6. 5
      modules/desktop.org

4
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

0
docs/images/desktop.png → docs/images/modules-dashboard.png

Before

Width: 1920  |  Height: 1080  |  Size: 176 KiB

After

Width: 1920  |  Height: 1080  |  Size: 176 KiB

BIN
docs/images/modules-desktop.png

After

Width: 1920  |  Height: 1080  |  Size: 176 KiB

BIN
docs/images/modules-writing.png

After

Width: 1920  |  Height: 1080  |  Size: 364 KiB

2
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.

5
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

Loading…
Cancel
Save