emacs配置小結

2022-03-07 03:13:32 字數 486 閱讀 3986

這次的基本配置主要包括:

(setq-default c-basic-offset 8

tab-width 8

indent-tabs-mode t)

調整color-theme,在將color-theme要求的安裝包放到.emacs.d的customer的資料夾中,並將~/.emacs.d/customer加入emacs的load-path中,在~/.emacs中加入:

(require '

color-theme)

(color-theme-initialize)

(color-theme-arjen)

arjen---這個主題感覺還不錯。

有空一定要好好研究下comman-lisp的使用方法 ,囧死了真是。

設定預設字型大小

(set-default-font "courier 10 pitch-14")

Emacs學習階段小結 Emacs常用快捷鍵總結

首先推薦一下emacs自帶的emacs tutorial,跟著這個做一邊,兩三個小時,基本的使用就能掌握了。之後的神教程就有很多了,比如 sams.teach.yourself.emacs.in.24.hours 這本書就蠻吊的。之後說一下,windows裡面的emacs和linux裡面的區別是有的...

emacs 常用配置

1,顯示行號 global linum mode 1 2,當前行高亮 global hl line mode 1 3,背景色調整 custom set faces custom set faces was added by custom.if you edit it by hand,you coul...

emacs 字型配置

overide the default changing font size bindings to make changing more subtle defun local increase font size interactive set face attribute default nil...