Move 'aria2/' and update 'emacs/'
This commit is contained in:
parent
d562f91f6d
commit
73a03b80ad
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
continue
|
continue
|
||||||
dir=/media/Data/Unduhan
|
dir=$(xdg-user-dir DOWNLOAD)
|
||||||
log-level=warn
|
log-level=warn
|
||||||
max-connection-per-server=16
|
max-connection-per-server=16
|
||||||
split=16
|
split=16
|
|
@ -7,6 +7,9 @@
|
||||||
(setq auto-save-file-name-transforms
|
(setq auto-save-file-name-transforms
|
||||||
`((".*" ,temporary-file-directory t)))
|
`((".*" ,temporary-file-directory t)))
|
||||||
|
|
||||||
|
;; Mengikuti symlink tanpa prompt
|
||||||
|
(setq vc-follow-symlinks t)
|
||||||
|
|
||||||
;; Mode minor global
|
;; Mode minor global
|
||||||
(global-visual-line-mode t)
|
(global-visual-line-mode t)
|
||||||
(setq electric-indent-mode nil)
|
(setq electric-indent-mode nil)
|
||||||
|
|
Loading…
Reference in a new issue