From 2ee80a0fc4eb5bf7e6c2de099ae04b38886882b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pankowski?= Date: Thu, 23 Jan 2020 20:03:56 +0100 Subject: [PATCH] use default shell (possibly zsh) instead of fish and default box cursor --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index ec1c880..9fc1510 100644 --- a/init.el +++ b/init.el @@ -312,9 +312,6 @@ ;;; ### Shell and terminal ### -(if (executable-find "/usr/bin/fish") - (setq shell-file-name "/usr/bin/fish")) - (use-package shell-pop :init (setq shell-pop-full-span t) @@ -1128,8 +1125,6 @@ inserted between the braces between the braces." (menu-bar-mode 0) (tool-bar-mode 0) (scroll-bar-mode 0) -(setq-default cursor-type 'bar) -(setq-default cursor-in-non-selected-windows 'hollow) ;;; ### Easy switching between some fonts ###