From 75e11d4d1e88d0ac4d447c00ffefca4eb140cca6 Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 12 Jun 2023 02:10:19 +0200 Subject: [PATCH] use-package direnv --- init.org | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 3028b97..6711498 100644 --- a/init.org +++ b/init.org @@ -207,8 +207,7 @@ (let* ((package--builtins nil) (packages - '(direnv ; direnv integration - editorconfig ; EditorConfig Emacs Plugin + '(editorconfig ; EditorConfig Emacs Plugin erlang ; Erlang major mode expand-region ; Increase selected region by semantic units focus ; Dim color of text in surrounding sections @@ -845,8 +844,13 @@ enter a directory that interacts with direnv. #+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 * Email