switched to beta corfu doom package
This commit is contained in:
parent
d54ea39db3
commit
1a4fcfcd0b
6 changed files with 120 additions and 201 deletions
26
config.el
26
config.el
|
@ -12,34 +12,8 @@
|
|||
;; accept. For example:
|
||||
(setq doom-font (font-spec :family "JetBrains Mono" :size 14))
|
||||
(setq fancy-splash-image (concat doom-user-dir "splash.png"))
|
||||
|
||||
;; 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
|
||||
;; `load-theme' function. This is the default:
|
||||
(setq doom-theme 'doom-monokai-pro)
|
||||
|
||||
;; config for icons. remove when main packages are fixed?
|
||||
|
||||
(setq
|
||||
nerd-icons-font-family "Symbols Nerd Font Mono"
|
||||
centaur-tabs-icon-type 'nerd-icons
|
||||
)
|
||||
|
||||
(use-package! nerd-icons-completion
|
||||
:after marginalia
|
||||
:config
|
||||
(nerd-icons-completion-mode)
|
||||
(add-hook 'marginalia-mode-hook #'nerd-icons-completion-marginalia-setup))
|
||||
|
||||
(use-package! nerd-icons-dired
|
||||
:hook
|
||||
(dired-mode . nerd-icons-dired-mode))
|
||||
|
||||
(use-package! treemacs-nerd-icons
|
||||
:after treemacs
|
||||
:config
|
||||
(treemacs-load-theme "nerd-icons"))
|
||||
|
||||
;; 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'.
|
||||
(setq display-line-numbers-type t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue