emacs 插件列表

仓库地址

基础

插件用途
dracula-theme / molokai-theme配色
neotree文件列表
super-save自动保存
popwin窗口操作
window-numbering窗口跳转
dired+目录增强
direx打开当前文件目录
crux打开应用
undo-tree撤销
swiper,counsel快捷命令
which-key快捷键提示
exec-path-from-shell加载shell的path定义
avy, ag, ace-jump-mode搜索
iedit多光标

开发

插件用途
editorconfig代码格式
yasnippet代码片段
company,company-ycmd,company-web智能补全
dash-at-point / zeal-at-point代码帮助
xcscope, ggtags代码跳转
flycheck, flycheck-ycmd代码检查
magit, git-guttergit
smartparens自动添加匹配括号
highlight-parentheses高亮括号
indent-guide缩进线
aggressive-indent缩进对齐
expand-region扩展选择区域
anaconda-mode, elpyPython
go-mode, company-gogo
markdown-modemarkdown
js2-modejavascript
web-mode, emmet-modeweb
    ;; molokai 配色
    (package-install 'molokai-theme)
    (package-install 'dracula-theme)

    ;; 文件列表
    (package-install 'neotree)
    ;; 标签页
    ;;(package-install 'tabbar)
    ;; 自动保存
    (package-install 'super-save)
    ;; 窗口操作
    (package-install 'popwin)
    ;; 窗口跳转
    (package-install 'window-numbering)
    ;; 目录增强
    (package-install 'dired+)
    ;; 打开当前文件目录
    (package-install 'direx)
    ;; 打开外部应用
    (package-install 'crux)
    ;; undo
    (package-install 'undo-tree)
    ;; editorconfig
    (package-install 'editorconfig)
    ;; exec form path
    (package-install 'exec-path-from-shell)

    ;;快速操作
    ;;(package-install 'helm)
    (package-install 'swiper)
    (package-install 'counsel)
    (if (eq system-type 'darwin)
        (package-install 'counsel-osx-app))
    ;;(package-install 'ecb)
    ;;(package-install 'smex)
    ;; vim 模式
    ;;(package-install 'evil)
    ;; 按键提示
    (package-install 'which-key)

    ;;搜索
    (package-install 'avy)
    (package-install 'ag)
    (package-install 'ace-jump-mode)
    ;;(package-install 'helm-ag)

    ;;多光标
    (package-install 'iedit)

    ;;中文输入法
    ;;(package-install 'chinese-pyim)

    ;;彩虹猫
    ;;(package-install 'nyan-mode)

    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
    ;; 开发插件
    ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

    ;; 代码片段补全
    (package-install 'yasnippet)
    ;; 智能提示
    (package-install 'company)
    (package-install 'company-ycmd)
    (package-install 'company-web)
    (package-install 'company-c-headers)

    ;; 代码帮助
    (if (eq system-type 'darwin)
        (package-install 'dash-at-point)
        (package-install 'zeal-at-point))
    ;;代码跳转
    (package-install 'xcscope)
    (package-install 'ggtags)
    ;;代码检查
    (package-install 'flycheck)
    (package-install 'flycheck-ycmd)
    (package-install 'flycheck-google-cpplint)
    ;;google c style
    (package-install 'google-c-style)
    ;;git
    (package-install 'magit)
    (package-install 'git-gutter)

    ;; 自动添加匹配括号
    (package-install 'smartparens)
    ;; 高亮括号
    (package-install 'highlight-parentheses)
    ;; 缩进线
    (package-install 'indent-guide)
    ;; 缩进对齐
    (package-install 'aggressive-indent)
    ;; 扩展选择区域
    (package-install 'expand-region)

    ;;python
    (package-install 'anaconda-mode)
    (package-install 'elpy)
    ;;markdown
    (package-install 'markdown-mode)
    ;;web
    (package-install 'web-mode)
    (package-install 'emmet-mode)
    ;;js
    (package-install 'js2-mode)
    ;;go
    (package-install 'go-mode)
    (package-install 'company-go)
  • 2
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值