use default shell (possibly zsh) instead of fish and default box cursor
This commit is contained in:
parent
da4836ce93
commit
2ee80a0fc4
5
init.el
5
init.el
@ -312,9 +312,6 @@
|
|||||||
|
|
||||||
;;; ### Shell and terminal ###
|
;;; ### Shell and terminal ###
|
||||||
|
|
||||||
(if (executable-find "/usr/bin/fish")
|
|
||||||
(setq shell-file-name "/usr/bin/fish"))
|
|
||||||
|
|
||||||
(use-package shell-pop
|
(use-package shell-pop
|
||||||
:init
|
:init
|
||||||
(setq shell-pop-full-span t)
|
(setq shell-pop-full-span t)
|
||||||
@ -1128,8 +1125,6 @@ inserted between the braces between the braces."
|
|||||||
(menu-bar-mode 0)
|
(menu-bar-mode 0)
|
||||||
(tool-bar-mode 0)
|
(tool-bar-mode 0)
|
||||||
(scroll-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 ###
|
;;; ### Easy switching between some fonts ###
|
||||||
|
Loading…
x
Reference in New Issue
Block a user