Merge branch 'master' of gitlab.com:marcuskammer/emacs.d
This commit is contained in:
commit
412b9e092a
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue