Merge branch 'master' of git.jeremydormitzer.com:jdormit/dotfiles
This commit is contained in:
commit
7767f7c850
@ -2387,8 +2387,9 @@ The Emacs Multi-Media System. For libtag to work, libtag must be installed on th
|
||||
[[https://direnv.net/][Direnv]] automatically runs bash scripts when you enter certain directories. This sets it up to work with Emacs:
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package direnv
|
||||
:config (direnv-mode))
|
||||
(add-hook 'eshell-directory-change-hook #'direnv-update-directory-environment)
|
||||
:if (executable-find "direnv")
|
||||
:config (direnv-mode)
|
||||
(add-hook 'eshell-directory-change-hook #'direnv-update-directory-environment))
|
||||
#+END_SRC
|
||||
* SQL
|
||||
Emacs has excellent built-in SQL support.
|
||||
|
Loading…
Reference in New Issue
Block a user