Browse Source

Add completion cycle threshold

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

+ 1
- 0
emacs.el View File

@@ -679,6 +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
(setq delete-by-moving-to-trash t)
;; trash-directory "~/.emacs.d/trash")



Loading…
Cancel
Save