diff options
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) |