diff options
| author | Franck Cuny <fcuny@twitter.com> | 2019-08-29 16:57:58 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@twitter.com> | 2019-08-29 16:57:58 -0700 |
| commit | 3325f76f2844795b493fd4cfd819798b8dc98bef (patch) | |
| tree | 604db2109b5084508d3fa9ffa765058da5fb12b0 /emacs.d/init.el | |
| parent | [emacs] fix configuration for json (diff) | |
| download | emacs.d-3325f76f2844795b493fd4cfd819798b8dc98bef.tar.gz | |
[emacs] giving a try to eshell
Diffstat (limited to '')
| -rw-r--r-- | emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el index 933bf49..fb22550 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -47,4 +47,6 @@ (require 'fcuny-python) (require 'fcuny-shell) +(require 'fcuny-eshell) + (require 'fcuny-twitter) |
