emacs配置文件

(show-paren-mode 1)//括号匹配
(electric-indent-mode 1)//自动缩进
(electric-pair-mode 1)//括号补全
(set-face-attribute 'default nil :font "")//字体配置
(load-theme 'color)//主题颜色配置
(global-set-key [f6] 'shell)//快速打开终端
posted @ 2018-11-17 10:35  local123  阅读(259)  评论(0)    收藏  举报