mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add direnv
This commit is contained in:
@@ -8,6 +8,8 @@
|
|||||||
(setq user-full-name "Thomas Ruoff")
|
(setq user-full-name "Thomas Ruoff")
|
||||||
(setq user-mail-address "thomasruoff@gmail.com")
|
(setq user-mail-address "thomasruoff@gmail.com")
|
||||||
|
|
||||||
|
(direnv-mode 1)
|
||||||
|
|
||||||
(eval-after-load 'js-mode
|
(eval-after-load 'js-mode
|
||||||
'(add-hook 'js-mode-hook #'add-node-modules-path))
|
'(add-hook 'js-mode-hook #'add-node-modules-path))
|
||||||
|
|
||||||
|
|||||||
@@ -9,3 +9,4 @@
|
|||||||
(package! add-node-modules-path)
|
(package! add-node-modules-path)
|
||||||
(package! exec-path-from-shell)
|
(package! exec-path-from-shell)
|
||||||
(package! color-theme-sanityinc-tomorrow)
|
(package! color-theme-sanityinc-tomorrow)
|
||||||
|
(package! direnv)
|
||||||
|
|||||||
Reference in New Issue
Block a user