(feat) add direnv mode to emacs config
This commit is contained in:
parent
92cfcc96e6
commit
13b5a8fe8c
1 changed files with 38 additions and 31 deletions
|
@ -834,6 +834,13 @@ this should be useful later
|
|||
:config
|
||||
(treemacs-load-theme "nerd-icons"))
|
||||
#+end_src
|
||||
** Direnv
|
||||
#+begin_src emacs-lisp
|
||||
(when (eq system-type 'gnu/linux)
|
||||
(use-package direnv
|
||||
:config
|
||||
(direnv-mode)))
|
||||
#+end_src
|
||||
* Languages
|
||||
#+begin_src emacs-lisp
|
||||
(message "Reached languages")
|
||||
|
|
Loading…
Reference in a new issue