Skip to content

Commit

Permalink
Update commentary to match README
Browse files Browse the repository at this point in the history
  • Loading branch information
Niall Dooley authored and gvol committed Apr 7, 2024
1 parent f5a5067 commit 7cc2e89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions memento-mori.el
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@

;; (require 'memento-mori)
;; (setq memento-mori-mementos
;; '(("%.2f years old" :since "1970-01-01")))
;; '(("%.5Y years old" :since "1970-01-01")))
;; (memento-mori-mode)

;; Or using use-package:
;; (use-package memento-mori
;; :ensure t
;; :custom (memento-mori-mementos
;; '(("%.2f years old" :since "1970-01-01")))
;; '(("%.5Y years old" :since "1970-01-01")))
;; :config (memento-mori-mode))

;;; Code:
Expand Down Expand Up @@ -258,7 +258,7 @@ will replace it and the result will be saved in the variable
The string shown in the mode line and/or frame title when
`memento-mori-mode' is enabled. This is not meant to be changed

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (24.4, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (25.1, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (26.1, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (26.2, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (26.3, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (27.1, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.

Check warning on line 259 in memento-mori.el

View workflow job for this annotation

GitHub Actions / check (27.2, false)

Disambiguate memento-mori-mode by preceding w/ function,command,variable,option or symbol.
by the user, but can be used in other places such as `org-mode'
agendas to display the current momento.")
agendas to display the current memento.")

(defun memento-mori--set-value-and-update-display (symbol value)
"Function to set display values, so the display will then be recalculated.
Expand Down

0 comments on commit 7cc2e89

Please sign in to comment.