fix: clean init file

This commit is contained in:
Marcus Kammer 2020-05-28 10:44:30 +02:00
parent dce8295258
commit 62d6106252

View file

@ -43,7 +43,6 @@
;; General userinterface and appearance
(tool-bar-mode -1) ; No toolbar
(menu-bar-mode -1) ; No Menubar
(set-scroll-bar-mode 'right) ; Scrollbar on the right
(scroll-bar-mode -1) ; No scrollbar
(global-font-lock-mode t) ; Color enabled
(global-prettify-symbols-mode t) ; Prettify symbols
@ -58,9 +57,6 @@
(display-battery-mode -1) ; Display battery status in the mode line
(display-time-mode 1) ; Display time in the mode line
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
(add-to-list 'default-frame-alist '(font . "Iosevka Term-12"))
(add-to-list 'default-frame-alist '(undecorated . t))
(load-theme 'nord t)
;; GLOBAL KEYS