Merge branch 'master' of gitlab.com:marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2020-02-16 22:38:00 +01:00
commit 412b9e092a

View file

@ -8,7 +8,7 @@
(global-hl-line-mode 1) ; Highlight cursor line
(global-whitespace-mode 1) ; Show whitespace globally
(show-paren-mode 1) ; Visual matching parens
(global-display-line-numbers-mode -1) ; Display line numbers
(global-display-line-numbers-mode -1) ; Display line numbers
;; Mode line specific
(column-number-mode 1) ; Display column number in the mode line
(size-indication-mode -1) ; Display buffer size in the mode line
@ -18,7 +18,8 @@
(add-to-list 'default-frame-alist '(fullscreen . maximized)) ; Maximize Window
(add-to-list 'default-frame-alist '(font . "Iosevka Term-14"))
(add-to-list 'default-frame-alist '(undecorated . t))
(when (eq system-type 'gnu/linux)
(add-to-list 'default-frame-alist '(undecorated . t)))
(setq-default
echo-keystrokes 0.02