Commit 2d823e9add5c

Vincent Demeester <vincent@sbr.pm>
2024-02-20 13:09:36
tools/emacs: hook in org-nix-shell
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 57f0b2d
Changed files (1)
tools
emacs
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