¶Updates
- We likely won’t have a stream next week, March 24!
- Check out the MNT Pocket Reform: https://www.crowdsupply.com/mnt/pocket-reform
- Support Prot in improving his housing situation: https://youtu.be/zIeNfX9SuZou https://github.com/sponsors/protesilaos
¶Finding New Emacs Packages
Let’s go look for interesting Emacs packages to try!
- writegood-mode
- workroom
- machine.el
- run-command and director
- beacon
- olivetti (also Prot’s package logos)
- beframe
- ef-themes
- compile-multi
- denote-menu
- eat
- git-timemachine
- puni
- meow vs god-mode vs boon ??? (Another stream)
(straight-use-package '(machine :repo "https://codeberg.org/acdw/machine.el"))
(defun dw/open-file-in-directory (initial-path) (let ((default-directory (expand-file-name initial-path))) (call-interactively #'find-file)))
Logos config:
(require 'logos) (setq logos-outlines-are-pages t) (setq-default logos-hide-cursor nil logos-hide-mode-line t logos-hide-buffer-boundaries t logos-hide-fringe t logos-variable-pitch t logos-buffer-read-only nil logos-scroll-lock nil logos-olivetti t)
(straight-use-package '(eat :type git :host codeberg :repo "https://codeberg.org/akib/emacs-eat" :files ("*.el" ("term" "term/*.el") "*.texi" "*.ti" ("terminfo/e" "terminfo/e/*") ("terminfo/65" "terminfo/65/*") ("integration" "integration/*") (:exclude ".dir-locals.el" "*-tests.el")))) (straight-use-package '(eat :type git :host github :repo "emacsmirror/eat"))