Emacs 配置檔案

2021-04-09 10:57:09 字數 2112 閱讀 3420

;;支援滑鼠滾輪

;;(mouse-wheel-mode t)

;;色彩模式

;; color-theme.el

(require 'color-theme)

(color-theme-tty-dark)

;;支援模板檔案

;; template.el

(require 'template)

(template-initialize)

;;支援整行操作

;; screen-lines.el

(autoload 'screen-lines-mode "screen-lines"

"toggle screen lines minor mode for the current buffer." t)

(autoload 'turn-on-screen-lines-mode "screen-lines"

"turn on screen lines minor mode for the current buffer." t)

(autoload 'turn-off-screen-lines-mode "screen-lines"

"turn off screen lines minor mode for the current buffer." t)

;;顯示行號

;; line-num.el

(require 'line-num)

;;匯出為 html **檔案

;; htmlize.el

(require 'htmlize)

;;摺疊**

;; hideshow.el

(require 'hideshow)

(add-hook 'c++-mode-hook 'hs-minor-mode)

;;快捷鍵

;; meta

(global-set-key [?/m- ] 'set-mark-command);

(global-set-key [?/m-g] 'goto-line);

;; function keys

(global-set-key [f6] 'bs-show)

(global-set-key [f7] 'compile)

(global-set-key [(control tab)] 'bs-cycle-next)

;;將備份檔案放入指定資料夾

;; cancel backup

(setq backup-directory-alist '(("." . "~/backups")))

;;設定**樣式

;; coding style

(add-hook 'c-mode-hook

'(lambda ()

(c-set-style "stroustrup")

(imenu-add-menubar-index)))

;; (c-toggle-auto-state)))

(add-hook 'c++-mode-hook

'(lambda ()

(c-set-style "stroustrup")

(imenu-add-menubar-index)))

;; (c-toggle-auto-state)))

;; your init file should contain only one such instance.

'(bs-default-configuration "files")

'(case-fold-search t)

'(current-language-environment "chinese-gb")

'(default-input-method "chinese-py-punct")

'(global-font-lock-mode t nil (font-lock)))

(custom-set-faces

;; custom-set-faces was added by custom -- don't edit or cut/paste it!

;; your init file should contain only one such instance.

)

linux下emacs配置檔案

新手入門emacs果真是很難阿。經過這2天的使用,來總結以下 1 安裝。在ubuntu下使用命令 sudo apt get install emacs,即可,我使用的是ubuntu的10.04的版本,在裡面使用了據說是163的2個源。把這兩個地址新增最上面然後儲存該檔案。接著執行 sudo apt ...

新手向 emacs配置檔案

寫給和我現在差不多的剛安裝emacs幾分鐘,才熟悉如何用按鍵移動游標就想如何配置emacs的朋友。我寫這個的初衷就是因為我剛熟悉游標如何動就迫不及待配置emacs卻看不懂那些前輩們寫的東西。也許是因為他們太熟悉emacs導致他們以為非常基礎的東西我們還是看不懂。所以新手向的東西還是要新手來寫更恰當。...

Emacs 多檔案管理配置檔案

emacs時間用久了,由於經常加配置,於是導致.emacs配置檔案奇大無比,比如我的已經有900多行了 管理起來很不方便 我們可以把不同部分的配置放在不同的檔案中,再統一匯入到.emacs中,當emacs執行的時候載入.emacs再通過.emacs依次匯入其它所有的配置檔案,如果細心分類,emacs...

Emacs 學習筆記 2 配置檔案

和vim一樣,emacs也是一款自由度很高的編輯器。vim的配置檔案是 vimrc,emacs的配置檔案是 emacs。考察配置檔案是否其作用的最好方法就是修改配色 1.基本外觀修改 然後m f2 c x c f emacs m add to list load path emacs.d requi...

drbd配置檔案 drbd配置檔案

drbd配置檔案 vim usr local drbd etc drbd.d global common.conf global usage count yes 是否參加drbd使用者統計 common protocol c 使用drbd的第三種同步協議 disk 使用dpod功能保證在數 on i...