mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-19 01:54:02 +05:30
direnv
This commit is contained in:
parent
c159757e33
commit
7a75115885
3 changed files with 7 additions and 0 deletions
|
@ -357,6 +357,11 @@
|
|||
(require 'use-package)
|
||||
(setq use-package-always-ensure t)
|
||||
|
||||
;; direnv
|
||||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode))
|
||||
|
||||
;; command-log-mode
|
||||
(use-package command-log-mode)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue