小编mat*_*0ne的帖子

有没有办法让Emacs在会话之间保存撤消历史记录?

有没有办法让EMACS在会话之间保存撤消历史记录?

我知道savehist lib,saveplace lib,桌面库和windows lib,这些都提供了一些会话控制,但似乎都没有保存撤消历史记录.

emacs

28
推荐指数
4
解决办法
4231
查看次数

什么是最好的EMACS文件模式?

什么是在EMACS中查找多个文件中的字符串的最佳包.我知道grep等,但我想要一些更平滑的操作.

emacs

4
推荐指数
1
解决办法
727
查看次数

任何人都知道如何在emacs中更改我的模式行中文件名的颜色?

任何人都知道如何在我的模式上更改文件名的颜色?

EMACS主题http://floatsolutions.net/docs/2010-06-10_1500.png.

这是我正在使用的主题:

(defun color-theme-twilight ()
  "Color theme by Marcus Crafter, based off the TextMate Twilight theme, created 2008-04-18"
  (interactive)
  (color-theme-install
    '(color-theme-twilight
      ((background-color . "#141414")
        (background-mode . dark)
        (border-color . "black")
        (cursor-color . "#A7A7A7")
        (foreground-color . "#F8F8F8")
        (mouse-color . "sienna1"))
      (default ((t (:background "#141414" :foreground "#CACACA"))))
      (blue ((t (:foreground "blue"))))
      (border-glyph ((t (nil))))
      (buffers-tab ((t (:background "#141414" :foreground "#CACACA"))))
      (font-lock-builtin-face ((t (:foreground "#CACACA"))))
      (font-lock-comment-face ((t (:foreground "#5F5A60"))))
      (font-lock-constant-face ((t (:foreground "#CF6A4C"))))
      (font-lock-doc-string-face ((t (:foreground "DarkOrange"))))
      (font-lock-function-name-face ((t (:foreground "#9B703F")))) …
Run Code Online (Sandbox Code Playgroud)

emacs elisp dot-emacs

3
推荐指数
1
解决办法
683
查看次数

标签 统计

emacs ×3

dot-emacs ×1

elisp ×1