add direnv to emacs

This commit is contained in:
Andreas Zweili 2022-03-03 22:27:46 +01:00
parent a502e786bd
commit 1af1c3f500
2 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,7 @@
epkgs.counsel
epkgs.deft
epkgs.dired-hide-dotfiles
epkgs.direnv
epkgs.discover-my-major
epkgs.elisp-refs
epkgs.elpy

View File

@ -1211,6 +1211,16 @@ https://github.com/DarthFennec/highlight-indent-guides
(add-hook 'prog-mode-hook 'highlight-indent-guides-mode))
#+END_SRC
*** direnv
Enable direnv support.
#+begin_src emacs-lisp
(use-package direnv
:config
(direnv-mode))
#+end_src
* UI Changes
** Hide the menu and toolbar