Format configuration files
This commit is contained in:
parent
827e1a879a
commit
fbba44d7a2
@ -17,9 +17,9 @@
|
|||||||
("~/Repos" . 1)
|
("~/Repos" . 1)
|
||||||
"~/.dotfiles"
|
"~/.dotfiles"
|
||||||
"~/Notes"))
|
"~/Notes"))
|
||||||
; Auto cleanup recentf
|
;; Auto cleanup recentf
|
||||||
(setq recentf-auto-cleanup 300)
|
(setq recentf-auto-cleanup 300)
|
||||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
;; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||||
(setq backup-directory-alist `(("." . "~/.cache"))
|
(setq backup-directory-alist `(("." . "~/.cache"))
|
||||||
auto-save-list-file-prefix (concat "~/.cache"))
|
auto-save-list-file-prefix (concat "~/.cache"))
|
||||||
;; Load org configuration
|
;; Load org configuration
|
||||||
|
2
init.el
2
init.el
@ -11,7 +11,7 @@
|
|||||||
(doom! :input
|
(doom! :input
|
||||||
;;chinese
|
;;chinese
|
||||||
;;japanese
|
;;japanese
|
||||||
;layout ; auie,ctsrnm is the superior home row
|
;;layout ; auie,ctsrnm is the superior home row
|
||||||
|
|
||||||
:completion
|
:completion
|
||||||
;;(company +tng) ; the ultimate code completion backend
|
;;(company +tng) ; the ultimate code completion backend
|
||||||
|
Loading…
Reference in New Issue
Block a user