Emacs 配置文件

来源:互联网 发布:熊本熊mac壁纸 编辑:程序博客网 时间:2024/05/21 22:46
;-------------------------------------------------------------------------------;Coding;-------------------------------------------------------------------------------;语法高亮(global-font-lock-mode t);自动显示光标所在函数(which-function-mode t);自动补全括号(electric-pair-mode t);高亮显示括号匹配(show-paren-mode t)(setq show-paren-style 'parenthesis);Backspace自动识别Tab(setq backward-delete-char-untabify-method nil);-------------------------------------------------------------------------------;EmacsUI;-------------------------------------------------------------------------------;工具栏和滚动条(tool-bar-mode -1)(scroll-bar-mode -1);背景和文字(set-background-color "black")(set-foreground-color "grey")(set-default-font "Tahoma-12") ;行号(setq linum-mode t)(setq linum-format "%5d")(global-linum-mode t);光标靠近鼠标的时候,鼠标自动走开(mouse-avoidance-mode 'jump) 


0 0
原创粉丝点击