windows下配置emacs

來源:互聯網
上載者:User

emacs 23.2.1
ecb-2.40.zip
cedet-1.0pre7.tar.gz

將上面兩個壓縮包解壓到emacs的site-lisp目錄
在.emacs中加入

(require 'cedet)
(require 'ecb)


好用編程字型 monaco

ecb 預設是用滑鼠中鍵展開節點。
可以改成左鍵單擊:
(setq ecb-primary-secondary-mouse-buttons 'mouse-1--C-mouse-1) ;click mouse 1 to select ecb tree

有用的配置
;;取消警告聲音
(setq visible-bell nil)
;;設定預設字型
(set-default-font "Bitstream Vera Sans Mono-10")
;;支援 emacs 和外部程式的粘貼
(setq x-select-enable-clipboard t)
;;取消捲軸
(scroll-bar-mode nil)
;;顯示列號
(column-number-mode t)
;;高亮顯示選擇地區
(setq-default transient-mark-mod t)
(transient-mark-mode t)
;;括弧匹配顯示
(show-paren-mode t)
;;隱藏工具列
(tool-bar-mode -1)
;;隱藏功能表列
(menu-bar-mode -1)
;;文法高亮
(global-font-lock-mode t)
;;關閉啟動畫面
(setq inhibit-startup-message t)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.