English 中文(简体)
Emacs - 可怕的目录
原标题:Emacs - color of directories in dired

我搜索了这个网站。 我尝试了彩色主题(或许我需要建立自己,但事实上,我有自己的心子,除这一单项事情外,还要确定我想要它的方式,我找不到一个我可以接受的肤色主题。

I just want to change the color of the directories in dired-mode. I have several custom colors changed in my .emacs, like:

(set-face-foreground  font-lock-comment-face "yellow" )

但是,我只不知道以可怕的方式改变局长的面貌。

谁能帮助?

感谢!

最佳回答

如果你提到显示你想要改变和操作的颜色的座右铭, 描述-face<>/code>,就会告诉你,现在案文的面貌和正视特性。

对我来说,它有<条码>红外线,不是全天候。

问题回答

当然,我通过进行M-x清单-面面貌的展示,把面貌列出出来,然后,我发现,我所想的黑暗蓝色的面孔,虽然没有任何面貌描述说像“可怕的地名”这样的东西,但我刚才改变了所有有不可读颜色的面孔,我的问题得到解决!

(set-face-foreground  dired-directory "yellow" )

最容易操作的方法是:

M-xspecifice-face dired-directory

然后用你可以定制的特性菜单提交你。 选择<代码>,供今后届会使用和.emacs,将自动予以更新,使改动永久化。

如果你使用较老的代谢物(一种经测试的胚胎21)而不是“描述”。 就我而言,它显示目录是“全天候——即名”的。





相关问题
suppress additional braces in emacs electric mode

I started using ruby-electric-mode. I like it except that I am used to closing open brackets myself (the other pairing are still useful to me). How can I make emacs suppress additional brackets when ...

Setting up an emacs environment in windows?

I am currently constrained to a windows dev box and I want to migrate my projects from eclipse to emacs. What are some good references on setting up an emacs dev environment for windows? Anything ...

Emacs Setting which-function-mode

I would like to have which-function-mode on by default when I open up Emacs. I ve added the following lines to my .emacs file. (setq which-func-mode t) (setq which-function-mode t) When I open ...

Enabling go mode for emacs

I don t seem to be able to enable a go mode for emacs. C mode doesn t work without semicolons. The best I have found is the JavaScript mode by Karl Landstrom, since JavaScript also doesn t require ...

Custom Emacs key bindings are not working

The key bindings I ve defined in my .emacs file aren t working. Here s the file: ;init modes (menu-bar-mode 0) (tool-bar-mode 0) (cua-mode) (column-number-mode) (fset perl-mode cperl-mode) (cperl-...

eval during emacs lisp macro expansion

How can I fix the simple macro foo in (elisp)Eval During Expansion? None of the followings work: (defmacro foo1 (a) `(setq (eval ,a) t)) (defmacro foo2 (a) `(setq ,(eval a) t)) (defmacro foo3 (...

Get local cvs comment history when committing file/s in emacs

I often commit files with similar cvs comment but not in a single operation. I would like to able to bring up previous comments I ve used in a previous commit when I am in the process of writing a ...

热门标签