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 ###