Move UI configuration to emacs-config
This commit is contained in:
parent
6d01ebceb9
commit
f6aed5ca57
1 changed files with 0 additions and 17 deletions
|
@ -98,19 +98,6 @@
|
||||||
|
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(font . "Fantasque Sans Mono-15"))
|
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(internal-border-width . 15))
|
|
||||||
|
|
||||||
(menu-bar-mode -1)
|
|
||||||
|
|
||||||
(tool-bar-mode -1)
|
|
||||||
|
|
||||||
(scroll-bar-mode -1)
|
|
||||||
|
|
||||||
(setq-default cursor-type '(bar . 2))
|
|
||||||
(setq-default cursor-in-non-selected-windows 'box)
|
|
||||||
|
|
||||||
(setq-default truncate-lines t)
|
(setq-default truncate-lines t)
|
||||||
|
|
||||||
(global-unset-key (kbd "C-z"))
|
(global-unset-key (kbd "C-z"))
|
||||||
|
@ -119,10 +106,6 @@
|
||||||
|
|
||||||
(show-paren-mode)
|
(show-paren-mode)
|
||||||
|
|
||||||
(add-to-list 'custom-theme-load-path
|
|
||||||
(concat user-emacs-directory "vendor-lisp/yoshi-theme"))
|
|
||||||
(load-theme 'yoshi :no-confirm)
|
|
||||||
|
|
||||||
(diminish 'ivy-mode)
|
(diminish 'ivy-mode)
|
||||||
|
|
||||||
(ivy-mode)
|
(ivy-mode)
|
||||||
|
|
Loading…
Reference in a new issue