Change background color
- 主要語言
- Emacs Lisp
- 星號
- 86
- 分支
- 5
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Really nice package!
Please add a face for changing the background color.
I now have this (works fine by the way):
```elisp
(define-key user-map (kbd "S") (lambda ()
(interactive)
(if (package-installed-p 'snow)
(progn
(snow)
(switch-to-buffer "\*snow\*") ; strange, but necessary
(scroll-up-command 5)
(face-remap-add-relative 'default :background "#2b3c44"))
(message "Error enabling Snow:\n(Searching for program No such file or directory now)"))))
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。