缩小vim emacs图片的大小
This commit is contained in:
29
1.4.md
29
1.4.md
@@ -126,32 +126,31 @@ Emacs传说中的神器,她不仅仅是一个编辑器,它是一个整合环
|
||||
propose-builtins true
|
||||
lib-path "/home/border/gocode/pkg/linux_amd64"
|
||||
|
||||
4. 需要安装 [Auto Completion](http://www.emacswiki.org/emacs/AutoComplete)
|
||||
4. 需要安装 [Auto Completion](http://www.emacswiki.org/emacs/AutoComplete)
|
||||
|
||||
* 下载AutoComplete并解压
|
||||
|
||||
~ make install DIR=$HOME/.emacs.d/auto-complete
|
||||
~ make install DIR=$HOME/.emacs.d/auto-complete
|
||||
|
||||
* 配置~/.emacs文件
|
||||
|
||||
;;auto-complete
|
||||
(require 'auto-complete-config)
|
||||
(add-to-list 'ac-dictionary-directories "~/.emacs.d/auto-complete/ac-dict")
|
||||
(ac-config-default)
|
||||
(local-set-key (kbd "M-/") 'semantic-complete-analyze-inline)
|
||||
(local-set-key "." 'semantic-complete-self-insert)
|
||||
(local-set-key ">" 'semantic-complete-self-insert)
|
||||
;;auto-complete
|
||||
(require 'auto-complete-config)
|
||||
(add-to-list 'ac-dictionary-directories "~/.emacs.d/auto-complete/ac-dict")
|
||||
(ac-config-default)
|
||||
(local-set-key (kbd "M-/") 'semantic-complete-analyze-inline)
|
||||
(local-set-key "." 'semantic-complete-self-insert)
|
||||
(local-set-key ">" 'semantic-complete-self-insert)
|
||||
|
||||
* 详细信息参考: http://www.emacswiki.org/emacs/AutoComplete
|
||||
|
||||
5. 配置.emacs
|
||||
5. 配置.emacs
|
||||
|
||||
;; golang mode
|
||||
(require 'go-mode-load)
|
||||
(require 'go-autocomplete)
|
||||
(require 'auto-complete-config)
|
||||
;; golang mode
|
||||
(require 'go-mode-load)
|
||||
(require 'go-autocomplete)
|
||||
|
||||
6. 恭喜你,你现在可以体验在神器中开发Go的乐趣.
|
||||
6. 恭喜你,你现在可以体验在神器中开发Go的乐趣.
|
||||
|
||||
|
||||
## links
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 108 KiB After Width: | Height: | Size: 114 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user