From e3ad6285973c905dec028b8396de9a4b8f1e2719 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 20 Jun 2020 02:08:47 +0200 Subject: [PATCH] Replace eshell with fish shell --- config.el | 2 +- init.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.el b/config.el index 9b3e6f0..c836d10 100644 --- a/config.el +++ b/config.el @@ -7,7 +7,7 @@ ;; Set projects directories (setq projectile-project-search-path '("~/Projects")) ; Auto cleanup recentf -(setq recentf-auto-cleanup '300) +(setq recentf-auto-cleanup 300) ; Save backup files to ~/.cache and autosave files to ~/.cache/emacs (setq backup-directory-alist `(("." . "~/.cache")) auto-save-list-file-prefix diff --git a/init.el b/init.el index 63a3cc1..8de5255 100644 --- a/init.el +++ b/init.el @@ -67,8 +67,8 @@ vc ; version-control and Emacs, sitting in a tree :term - eshell ; a consistent, cross-platform shell (WIP) - ;;shell ; a terminal REPL for Emacs + ;;eshell ; a consistent, cross-platform shell (WIP) + shell ; a terminal REPL for Emacs ;;term ; terminals in Emacs ;;vterm ; another terminals in Emacs