emacs FAQ

1)在shell模式时,使用ls --color会出现ASCII字符来替代颜色,在.emacs中添加下面的语句使内容还是以颜色方式显示
;; shell-mode
(defun shell ()
 
(interactive)
 
(ansi-term "/bin/zsh"))

This entry was posted in Computers and Internet. Bookmark the permalink.

Leave a comment