EMACS: Added autocomplete
This commit is contained in:
parent
1377acf25f
commit
d2fcc5eb1c
1 changed files with 6 additions and 0 deletions
|
@ -381,6 +381,12 @@
|
|||
;;-----[ Windmove ]------------------------------------------------------
|
||||
(windmove-default-keybindings 'meta)
|
||||
|
||||
;;-----[ Autocomplete ]--------------------------------------------------
|
||||
(when (require 'auto-complete-config nil 'noerror)
|
||||
(add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
|
||||
(setq ac-comphist-file "~/.emacs.d/ac-comphist.dat")
|
||||
(ac-config-default))
|
||||
|
||||
;;-----[ Misc ]----------------------------------------------------------
|
||||
(defun oni/reload-buffer
|
||||
(interactive)
|
||||
|
|
Loading…
Reference in a new issue