aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-01-24 01:21:54 -0800
committerGravatar Tom Willemse2019-01-24 01:21:54 -0800
commitf6aed5ca571b22ca3fafa55cddb416f78610df28 (patch)
tree37c5080695ed42ca3c377f8358750bcaa930dd64 /emacs
parent6d01ebceb9e88975daf96f518c24a55c46b44729 (diff)
downloadnew-dotfiles-f6aed5ca571b22ca3fafa55cddb416f78610df28.tar.gz
new-dotfiles-f6aed5ca571b22ca3fafa55cddb416f78610df28.zip
Move UI configuration to emacs-config
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 439a29a..a0aa803 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -98,19 +98,6 @@
(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)
(global-unset-key (kbd "C-z"))
@@ -119,10 +106,6 @@
(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)
(ivy-mode)