Stop it with the go
This commit is contained in:
parent
9080ad2c3a
commit
2d099cc05e
1 changed files with 7 additions and 7 deletions
|
|
@ -679,15 +679,15 @@
|
|||
;; =================================================================
|
||||
|
||||
(require 'go-mode)
|
||||
(require 'auto-complete-config)
|
||||
(require 'go-autocomplete)
|
||||
;; (require 'auto-complete-config)
|
||||
;; (require 'go-autocomplete)
|
||||
|
||||
(defun my-go-mode-hook ()
|
||||
"My go-mode hook."
|
||||
(auto-complete-mode)
|
||||
)
|
||||
;; (defun my-go-mode-hook ()
|
||||
;; "My go-mode hook."
|
||||
;; (auto-complete-mode)
|
||||
;; )
|
||||
|
||||
(add-hook 'go-mode-hook 'my-go-mode-hook)
|
||||
;; (add-hook 'go-mode-hook 'my-go-mode-hook)
|
||||
|
||||
;; =================================================================
|
||||
;; Org-Mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue