aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/app.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/app.org')
-rw-r--r--Emacs/.config/emacs/app.org30
1 files changed, 12 insertions, 18 deletions
diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org
index 4fda55d..4e413f7 100644
--- a/Emacs/.config/emacs/app.org
+++ b/Emacs/.config/emacs/app.org
@@ -213,8 +213,8 @@ are some corners I'd like to adjust).
"d" #'dired
"D" #'dired-other-frame
"i" #'image-dired
- "p" `((proc (interactive)
- (dired "~/Text/PDFs/"))
+ "p" `(,(proc (interactive)
+ (dired "~/Text/PDFs/"))
:which-key "Open PDFs"))
:config
(defun +dired/insert-all-subdirectories ()
@@ -786,29 +786,23 @@ work for me given the various TeX utilities installed via Arch.
(use-package evil-ledger
:after ledger-mode)
#+end_src
-* WAIT Zone
-:PROPERTIES:
-:header-args:emacs-lisp: :tangle no
-:END:
+* Zone
Of course Emacs has a cool screensaver software.
#+begin_src emacs-lisp
(use-package zone-matrix
:straight t
- :after dashboard
+ :commands (zone)
+ :general
+ (leader
+ "z" #'zone)
:init
(setq zone-programs
- [zone-pgm-jitter
- zone-pgm-putz-with-case
- zone-pgm-dissolve
- zone-pgm-whack-chars
- zone-pgm-drip
- zone-pgm-rat-race
- zone-pgm-random-life
- zone-matrix
- ])
- :config
- (zone-when-idle 15))
+ [zone-pgm-drip
+ zone-pgm-drip-fretfully
+ zone-pgm-martini-swan-dive
+ zone-pgm-stress
+ zone-pgm-random-life]))
#+end_src
* (Wo)man
Man pages are the user manuals for most software on Linux. Really