- 使用EMACS25时,org-mode加载始终失败。
- 后来才发现是配置文件中这一部分影响所致。
;;日历配色
(setq calendar-load-hook '(lambda ()
(set-face-foreground 'diary-face "skyblue")
(set-face-background 'holiday-face "slate blue")
(set-face-foreground 'holiday-face "white")))
- 删除了事。
;;日历配色
(setq calendar-load-hook '(lambda ()
(set-face-foreground 'diary-face "skyblue")
(set-face-background 'holiday-face "slate blue")
(set-face-foreground 'holiday-face "white")))