Catppuccin
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
||||
(add-to-list 'default-frame-alist '(height . 53))
|
||||
(add-to-list 'default-frame-alist '(width . 120))
|
||||
(setq doom-theme 'doom-vibrant)
|
||||
(setq doom-theme 'catppuccin)
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-directory "~/org/")
|
||||
|
||||
(setq catppuccin-flavor 'mocha)
|
||||
(catppuccin-reload)
|
||||
|
||||
(after! yasnippet
|
||||
(defun my-yas-try-expanding-auto-snippets ()
|
||||
(when yas-minor-mode
|
||||
|
||||
13
config.org
13
config.org
@@ -1,13 +1,24 @@
|
||||
* My doom config
|
||||
** Appearance settings
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq doom-font (font-spec :family "Maple Mono" :size 20))
|
||||
(add-to-list 'default-frame-alist '(height . 53))
|
||||
(add-to-list 'default-frame-alist '(width . 120))
|
||||
(setq doom-theme 'doom-vibrant)
|
||||
(setq doom-theme 'catppuccin)
|
||||
(setq display-line-numbers-type 'relative)
|
||||
(setq org-directory "~/org/")
|
||||
#+end_src
|
||||
*** Themes
|
||||
Catppuccin
|
||||
#+begin_src emacs-lisp :tangle packages.el
|
||||
(package! catppuccin-theme)
|
||||
#+end_src
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(setq catppuccin-flavor 'mocha)
|
||||
(catppuccin-reload)
|
||||
#+end_src
|
||||
|
||||
** Plugins
|
||||
*** Yasnippet
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
(package! catppuccin-theme)
|
||||
|
||||
(package! copilot
|
||||
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user