mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-02-22 16:07:40 +01:00
feat: emacs - update theme & docs
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
- key bindings:
|
||||
- source code: <https://github.com/doomemacs/doomemacs/blob/master/modules/config/default/%2Bevil-bindings.el>
|
||||
- docs: <https://github.com/doomemacs/doomemacs/blob/master/modules/editor/evil/README.org>
|
||||
- module index: <https://github.com/doomemacs/doomemacs/blob/master/docs/modules.org>
|
||||
- Chinese(rime) support: <https://github.com/DogLooksGood/emacs-rime>
|
||||
- modal editing:
|
||||
- <https://github.com/emacs-evil/evil>: evil mode, enabled by default in doom-emacs.
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
;; (setq doom-theme 'doom-one)
|
||||
;; https://github.com/catppuccin/emacs/
|
||||
(setq doom-theme 'catppuccin)
|
||||
(setq catppuccin-flavor 'frappe) ;; 'frappe, 'latte, 'macchiato, or 'mocha
|
||||
(setq catppuccin-flavor 'mocha) ;; 'frappe, 'latte, 'macchiato, or 'mocha
|
||||
;; make emacs transparent(do not works on terminal)
|
||||
;; (set-frame-parameter nil 'alpha-background 70)
|
||||
;; (add-to-list 'default-frame-alist '(alpha-background . 70))
|
||||
|
||||
Reference in New Issue
Block a user