Emacs筆記 配置篇(不斷更新中)

2021-08-22 04:16:11 字數 1805 閱讀 9529

~/.emacs

以下 .emacs 是我跟據 的文章《debian下使用gnu emacs》修改了一下得來的,謝謝原作者嘻嘻。

;;-------------------------中文設定--------------------------

;; setup gbk environment

(set-terminal-coding-system 'euc-cn)

(set-keyboard-coding-system 'euc-cn)

(set-language-environment 'chinese-gb)

(setq locale-coding-system 'utf-8)

(setq current-language-environment "chinese-gbk")

(prefer-coding-system 'utf-8)

;;-------------------------向其他x程式貼上中文---------------

(when (fboundp 'utf-translate-cjk-mode)

;; load modified utf-translate-cjk-mode

(require 'gbk-utf-mode)

;; turn on utf-translate-cjk-mode

(utf-translate-cjk-mode 1)

;; setup x selection for unicode encoding

(setq x-select-request-type '(utf8_string compound_text text string)))

;;-------------------------語法加亮--------------------------

(global-font-lock-mode 't)

;;-------------------------關閉錯誤提示的beep音--------------

(setq visible-bell t)

;;-------------------------關閉啟動時的`開機畫面'------------

(setq inhibit-startup-message t)

;;-------------------------顯示列號--------------------------

(setq column-number-mode t)

;;-------------------------括號匹配--------------------------

;;括號匹配時顯示另一端的括號,而不是跳過去

(show-paren-mode t)

(setq show-paren-style 'parentheses)

;;-------------------------標題攔顯示buffer的名字------------

(setq frame-title-format "emacs@%b")

;;-------------------------shell 使用 ansi color-------------

(autoload 'ansi-color-for-comint-mode-on "ansi-color" nil t)

(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)

;;-------------------------使用win下的選擇習慣---------------

;;用shift+方向鍵進行選擇

(pc-selection-mode)

Emacs 基本快捷鍵(不斷更新中)

c control m meta alt esc del backspace c x c f 開啟 新建乙個檔案 c x c s 儲存檔案 c x c w 另存為檔案 c x c v 關閉當前緩衝區檔案並開啟新檔案 c x i 在當前游標處插入檔案 c x b 新建 切換緩衝區 c x c b 顯示...

實用 PXE 配置 不斷更新中

default menu.c32 todo 不過,實用http,nfs cdrom等方式可行 fedora server 比較特殊 可能為bug inst.repo method 當實用ftp時,時無法識別repo庫的。報zchunk header does nt match錯誤 fedora se...

linux筆記(不斷更新)

首先安裝字型支援 apt get install language pack zh hant base language pack zh hans base 生成字符集 sudo dpkg reconfigure locales 然後選擇和zh開頭的用空格選上 安裝zhcon sudo apt in...