Activate auto-complete in nxml-mode
This commit is contained in:
parent
0f27635731
commit
9074c7750a
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
(progn
|
||||
(add-to-list 'ac-dictionary-files (expand-file-name "global" *ac-dicts-dir))
|
||||
(add-to-list 'ac-dictionary-directories *ac-dicts-dir)
|
||||
(add-to-list 'ac-modes 'nxml-mode)
|
||||
|
||||
(imap ac-mode-map (kbd "C-x C-f") 'ac-complete-filename)
|
||||
(imap ac-mode-map (kbd "C-SPC") 'auto-complete)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue