mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package direnv
This commit is contained in:
parent
e6e9a9f954
commit
75e11d4d1e
12
init.org
12
init.org
@ -207,8 +207,7 @@
|
|||||||
|
|
||||||
(let* ((package--builtins nil)
|
(let* ((package--builtins nil)
|
||||||
(packages
|
(packages
|
||||||
'(direnv ; direnv integration
|
'(editorconfig ; EditorConfig Emacs Plugin
|
||||||
editorconfig ; EditorConfig Emacs Plugin
|
|
||||||
erlang ; Erlang major mode
|
erlang ; Erlang major mode
|
||||||
expand-region ; Increase selected region by semantic units
|
expand-region ; Increase selected region by semantic units
|
||||||
focus ; Dim color of text in surrounding sections
|
focus ; Dim color of text in surrounding sections
|
||||||
@ -845,8 +844,13 @@
|
|||||||
enter a directory that interacts with direnv.
|
enter a directory that interacts with direnv.
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(direnv-mode 1)
|
|
||||||
(setq direnv-always-show-summary nil)
|
;; direnv integration
|
||||||
|
(use-package direnv
|
||||||
|
:config
|
||||||
|
(setq direnv-always-show-summary nil)
|
||||||
|
(direnv-mode 1))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Email
|
* Email
|
||||||
|
Loading…
Reference in New Issue
Block a user