|
|
|
@ -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 |
|
|
|
|
;;------------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
|
|