Browse Source

Fix typo

master
10sr 5 years ago
parent
commit
6e79d43502
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el View File

@@ -679,7 +679,7 @@ found, otherwise returns nil."
(setq delete-auto-save-files t)

(add-to-list 'completion-ignored-extensions ".bak")
(set-variable completion-cycle-threshold nil) ;; NEVER use
(set-variable 'completion-cycle-threshold nil) ;; NEVER use
(setq delete-by-moving-to-trash t)
;; trash-directory "~/.emacs.d/trash")



Loading…
Cancel
Save