-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #177 from kickingvegas/merge-development-to-main-2…
…0240827_213617 Merge development to main 20240827_213617
- Loading branch information
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Charles Choi <[email protected]> | ||
;; URL: https://github.com/kickingvegas/casual-calc | ||
;; Keywords: tools | ||
;; Version: 1.11.2 | ||
;; Version: 1.11.3 | ||
;; Package-Requires: ((emacs "29.1") (casual-lib "1.1.0")) | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
|
@@ -43,6 +43,12 @@ | |
;; ("C-o" . casual-calc-tmenu)) | ||
;; :after (calc)) | ||
|
||
;; NOTE: This package requires `casual-lib' which in turn requires an update of | ||
;; the built-in package `transient' ≥ 0.6.0. Please customize the variable | ||
;; `package-install-upgrade-built-in' to t to allow for `transient' to be | ||
;; updated. For further details, consult the INSTALL section of this package's | ||
;; README. | ||
|
||
;;; Code: | ||
|
||
(require 'calc) | ||
|