解決中英文本型寬度不一致的問題(org-mode的**可以中英文對齊);
解決了中文字型導致emacs卡的現象。
dotspacemacs-default
-font
'("courier new"
:size 13
:weight normal
:width normal
:powerline-scale 1.1)
;; 中文字型的設定,同時解決中英文本型寬度不一致的問題(org-mode的**可以中英文對齊)。
;; 而且解決了中文字型導致emacs卡的現象。
(dolist (charset '(kana han cjk-misc bopomofo))
(set
-fontset
-font (frame-parameter nil 'font) charset
(font-spec :family "微軟雅黑" :size 16)))
Windows下Emacs的安裝
emacs是一種強大的文字編輯器。emacs的名字是editor macros 巨集編輯器 的縮寫。最初由richard stallman於1975年在mit協同guy steele共同完成。包括兩個檔案 a emacs 21.3.50.1 20050130c w32.zip b emacs 21....
windows環境下emacs各種外掛程式的安裝和使用
這裡的外掛程式主要是cedet,ecb,cscope,mew這幾種,網上還有很多其它外掛程式,大多是單個的el檔案,把它放到site lisp目錄下再在.emacs中載入就可以了,剛才所說的幾種,是檔案很多,看起來比較複雜的。不過在linux下安裝是非常容易的,都是.configure,make,m...
Windows下置emacs編譯C C 程式
先記下來,以免日後需要 先是設定home win r regedit開啟登錄檔 software gnu emacs 在右邊新建字串值 右擊修改把你想要home在的目錄進去,例如我的是d emacs emacs 23.2 安裝cedet和ecb windows 下編譯安裝,在命令列下,進入到 ced...