Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a2b4246e authored by AGULLO Emmanuel's avatar AGULLO Emmanuel
Browse files

Enable emacs-direnv

parent b7e0d835
No related branches found
No related tags found
No related merge requests found
...@@ -18,4 +18,9 @@ ...@@ -18,4 +18,9 @@
;; (add-to-list 'major-mode-remap-alist '(julia-mode . julia-ts-mode)) ;; (add-to-list 'major-mode-remap-alist '(julia-mode . julia-ts-mode))
(add-to-list 'major-mode-remap-alist ' (python-mode . python-ts-mode))) (add-to-list 'major-mode-remap-alist ' (python-mode . python-ts-mode)))
;; https://github.com/wbolster/emacs-direnv
(use-package direnv
:config
(direnv-mode))
(provide 'bedrock-full) (provide 'bedrock-full)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment