Commit Diff


commit - 24890d2c26b26d1543bbc8ab4cb05cf5aafc04d9
commit + 45f20b8d21876435d627baf9b7beda06cb073422
blob - ee1f7d77754ef84fd7eaf8cba23bbb99867e5c2c
blob + 9acae39764419da39423b6551699a6b925438423
--- README.md
+++ README.md
@@ -163,17 +163,25 @@ Other packages that I use personally, but are not on G
 Packages this extra includes:
 
  - [Citar](https://github.com/emacs-citar/citar)
- - [Org-roam](https://www.orgroam.com/)
  - [Denote](https://protesilaos.com/emacs/denote)
 
 Citar provides a completing-read interface into your bibliography and can automatically insert citations in LaTeX, Markdown, and org-mode.
 
-Org-roam is a personal knowledge management system; effectively a port of the popular [Roam](https://roamresearch.com/) note taking system.
-
 Denote is a simple note taking system that doesn't rely on any tools except some common Unix utilities like `grep` and `find`.
 
-Citar and Org-roam both live in [Melpa](https://melpa.org/), so you will need to [add Melpa to your package-archives](https://melpa.org/#/getting-started).
+Citar lives in [Melpa](https://melpa.org/), so you will need to [add Melpa to your package-archives](https://melpa.org/#/getting-started).
 
+#### Writing: `extras/writer.el`
+
+Packages this extra adds:
+
+ - [Jinx](https://github.com/minad/jinx)
+ - [Olivetti](https://github.com/rnkn/olivetti)
+
+Jinx is the spell-checker you will wish every program had.
+
+Olivetti automatically balances window margins so your text stays nice and centered—handy for wide monitors.
+
 #### Email `extras/email.el`
 
 TODO
@@ -227,10 +235,16 @@ Thanks to all the folks who have contributed suggestio
 
 ### Roadmap
 
-See the [issue tracker](https://todo.sr.ht/~ashton314/emacs-bedrock) on SourceHut.
+See the [issue tracker](https://codeberg.org/ashton314/emacs-bedrock/issues) on Codeberg.
 
 ## Changelog
 
+ - 1.4.0
+
+   2024-12-14
+
+   Add `extras/writer.el`.
+
  - 1.3.1
  
    Fix consult-history binding in Eshell to not override `isearch-backwards`. (#13)
blob - a8002b25b253a43709f53e66c6247851a77c21cd
blob + 132215ca21cf355575f7146b723d72644095d008
--- extras/researcher.el
+++ extras/researcher.el
@@ -23,7 +23,6 @@
 ;;; Contents:
 ;;;
 ;;;  - Citation Management
-;;;  - Authoring
 ;;;  - Note Taking: Denote
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -66,14 +65,6 @@
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ;;;
-;;;   Authoring
-;;;
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
-;; TODO; package or configuration suggestions welcome
-
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-;;;
 ;;;   Note Taking: Denote
 ;;;
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;