mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
feat(emacs): install catppuccin theme
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; There are two ways to load a theme. Both assume the theme is installed and
|
||||||
;; available. You can either set `doom-theme' or manually load a theme with the
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'catppuccin)
|
||||||
|
(setq catppuccin-flavor 'mocha)
|
||||||
|
|
||||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
;; This determines the style of line numbers in effect. If set to `nil', line
|
||||||
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
|
|||||||
@@ -47,3 +47,6 @@
|
|||||||
;; (unpin! pinned-package another-pinned-package)
|
;; (unpin! pinned-package another-pinned-package)
|
||||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||||
;; (unpin! t)
|
;; (unpin! t)
|
||||||
|
|
||||||
|
;; Catppuccin Theme
|
||||||
|
(package! catppuccin-theme)
|
||||||
|
|||||||
@@ -216,6 +216,9 @@ alias lg lazygit
|
|||||||
# Vim/Neovim
|
# Vim/Neovim
|
||||||
alias v vim
|
alias v vim
|
||||||
|
|
||||||
|
# Emacs
|
||||||
|
alias emacs "emacs -nw"
|
||||||
|
|
||||||
if type nvim >/dev/null 2>&1
|
if type nvim >/dev/null 2>&1
|
||||||
alias vim nvim
|
alias vim nvim
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user