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