我想配置Emacs的,以便它具有:改變Emacs的默認字體大小和新的緩衝區文本
增加默認字體大小。目前我使用Shift + 點擊每次打開一個文件就改變它,但我希望我的配置保存到emacs配置文件中。
我希望在打開要更改的新緩衝區時出現默認文本。我假設它會像默認打開的一些模板。這裏是我希望看到的作爲默認文本的代碼,當我啓動emacs時,我可以直接處理它。
#include <stdio.h> #include <unistd.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <errno.h> #include <pthread.h> int main(int argc, char *argv[]) { return 0; }
對不起,我無法很好地格式化代碼。我在這裏還是新手。請格式化,並告訴我正確的方法來完成它。 – uyetch
在emacs中設置字體:http://stackoverflow.com/questions/6026713/how-do-i-change-emacs-default-font-size-and-font-type – Patrick
並初始化臨時消息:http:// stackoverflow .com/questions/1498258/how-do-i-change-the-scratch-message-in-emacs – Patrick