-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7200a9d
commit 0477547
Showing
2 changed files
with
9 additions
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Maintainer: Anton Hakansson <[email protected]> | ||
;; URL: https://github.com/AntonHakansson/ | ||
;; Version: 0.1.1 | ||
;; Version: 0.1.2 | ||
;; Package-Requires: ((emacs "27.1") (org) (envrc)) | ||
;; Keywords: org-mode, org-babel, nix, nix-shell | ||
|
||
|
@@ -55,6 +55,11 @@ | |
;; | ||
;; | ||
;;; NEWS: | ||
;; Version 0.1.2 | ||
;; - Introduced `org-nix-shell-dired' that opens the direnv directory with dired. | ||
;; - Fixed `org-nix-shell-ctrl-c-ctrl-c' to never block babel execution. | ||
;; - Updated docs. | ||
;; | ||
;; Version 0.1.1 | ||
;; - Introduced `org-nix-shell-mode' that seamlessly loads nix-shell environment on | ||
;; org-ctrl-c-ctrl-c-hook. | ||
|