home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 2d823e9add5ca05e0d7ec310aeceef2769c2c054
parent 57f0b2dce30f94961951d76bb06a293782458620
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 20 Feb 2024 13:09:36 +0100

tools/emacs: hook in org-nix-shell

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/config/config-org.el | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/tools/emacs/config/config-org.el b/tools/emacs/config/config-org.el @@ -348,6 +348,9 @@ file which do not already have one." org-babel-execute:shell org-babel-execute:zsh)) +(use-package org-nix-shell + :hook (org-mode . org-nix-shell-mode)) + (use-package org-rich-yank :after org :bind (:map org-mode-map