Browse Source

Get rid of autocomplete enitrely from emacs

master
Taylor Bockman 6 years ago
parent
commit
811315317b
  1. 18
      dotfiles/emacs.d/init.el

18
dotfiles/emacs.d/init.el

@ -282,24 +282,6 @@ setq org-log-done t)
(setq projectile-completion-system 'grizzl)
;;-------------------------------------------------------------------------------------
;; Use Grizzl with Projectile
;;-------------------------------------------------------------------------------------
(setq projectile-completion-system 'grizzl)
;;-------------------------------------------------------------------------------------
;; Enable Autocomplete
;;
;; NOTE: You can replace the 't' in (setq ac-auto-start t) with a positive integer
;; to trigger autocompletion only after that number of characters. This will
;; improve performance on slower systems.
;;-------------------------------------------------------------------------------------
(global-auto-complete-mode t)
(setq ac-auto-start t)
;;-------------------------------------------------------------------------------------
;; ZSH script detection
;;------------------------------------------------------------------------------------

Loading…
Cancel
Save