fix: clean init file
This commit is contained in:
parent
dce8295258
commit
62d6106252
1 changed files with 0 additions and 4 deletions
4
init.el
4
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue