use default shell (possibly zsh) instead of fish and default box cursor

This commit is contained in:
Łukasz Pankowski 2020-01-23 20:03:56 +01:00
parent da4836ce93
commit 2ee80a0fc4

View File

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