Update my configuration files

This commit is contained in:
Mateus Pinto Rodrigues
2018-03-27 20:54:18 -03:00
parent 2362e805bd
commit 388b73da07
6 changed files with 62 additions and 4 deletions

10
elisp/ess-setup.el Normal file
View File

@@ -0,0 +1,10 @@
;; better behavior inserting _
(require ess-smart-underscore)
;; enable code auto completion
(require 'auto-complete-config)
(ac-config-default)
(setq ac-auto-start nil)
(define-key ac-mode-map (kbd "<f2>") 'auto-complete)
(define-key ac-completing-map [return] nil)
(setq ac-quick-help-delay 0.1)