Skip to content

Commit

Permalink
Less settings for auto-complete.
Browse files Browse the repository at this point in the history
  • Loading branch information
fgeller committed Feb 12, 2012
1 parent 1aaca5c commit d563769
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions init-auto-complete.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
(require 'auto-complete-config)

(setq ac-dwim t) ; To get pop-ups with docs even if a word is uniquely completed
(ac-config-default)
(setq ac-delay 0.1)
(setq ac-auto-show-menu t)
(setq ac-stop-flymake-on-completing t)
(setq ac-auto-start 3)
(setq ac-delay 0.25)
(setq ac-ignore-case 'smart) ; insensitive for lower case
(setq ac-fuzzy-enable nil)

(define-key ac-completing-map (kbd "C-n") 'ac-next)
(define-key ac-completing-map (kbd "C-p") 'ac-previous)

Expand Down

0 comments on commit d563769

Please sign in to comment.