Update init.el
This commit is contained in:
parent
eae9ee11f4
commit
ed89fa33e2
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
(global-display-line-numbers-mode)) ;; Line numbers
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
||||
(add-to-list 'default-frame-alist '(fullscreen . maximized))
|
||||
|
||||
;; Backups
|
||||
(setq backup-directory-alist
|
||||
`((".*" . ,temporary-file-directory)))
|
||||
|
|
Loading…
Reference in a new issue