From c37bd5f354c55e6f73181d2341d828c572cf57d1 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 2 Nov 2016 11:47:56 +0100 Subject: Add eshell configuration --- emacs/.emacs.d/init.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs/.emacs.d/init.org') diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 0a1b43a..32caaf7 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -947,6 +947,12 @@ To start off, first I need to enable lexical binding. (with-eval-after-load 'org (load "oni-org-init")) #+END_SRC + - [[file:init/oni-eshell-init.org][Eshell]] :: The best shell on the planet. + + #+BEGIN_SRC emacs-lisp + (with-eval-after-load 'eshell (load "oni-eshell-init")) + #+END_SRC + ** Linewise user-interface This is the library used by Circe and Slack to display messages. -- cgit v1.2.3-54-g00ecf