mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -05:00
emacs: update config for new commits
This commit is contained in:
parent
fbda5add66
commit
4b9fd1ed30
@ -140,7 +140,7 @@
|
|||||||
|
|
||||||
;; lsp
|
;; lsp
|
||||||
(use-package! lsp-treemacs
|
(use-package! lsp-treemacs
|
||||||
:after treemacs
|
:after (treemacs lsp)
|
||||||
:config
|
:config
|
||||||
(lsp-treemacs-sync-mode 1))
|
(lsp-treemacs-sync-mode 1))
|
||||||
(setq lsp-clients-clangd-args '("-j=2"
|
(setq lsp-clients-clangd-args '("-j=2"
|
||||||
@ -245,6 +245,7 @@
|
|||||||
(add-hook 'elpher-mode-hook 'elpher--init-hook))
|
(add-hook 'elpher-mode-hook 'elpher--init-hook))
|
||||||
|
|
||||||
;; mu4e
|
;; mu4e
|
||||||
|
(setq +mu4e-alert-bell-cmd nil)
|
||||||
(use-package! mu4e
|
(use-package! mu4e
|
||||||
:commands mu4e mu4e-compose-new
|
:commands mu4e mu4e-compose-new
|
||||||
:config
|
:config
|
||||||
|
@ -53,7 +53,7 @@
|
|||||||
+all
|
+all
|
||||||
+defaults)
|
+defaults)
|
||||||
;;tabs ; a tab bar for Emacs
|
;;tabs ; a tab bar for Emacs
|
||||||
treemacs ; a project drawer, like neotree but cooler
|
(treemacs +lsp) ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
vc-gutter ; vcs diff in the fringe
|
vc-gutter ; vcs diff in the fringe
|
||||||
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
vi-tilde-fringe ; fringe tildes to mark beyond EOB
|
||||||
|
@ -60,7 +60,6 @@
|
|||||||
(package! xonsh-mode)
|
(package! xonsh-mode)
|
||||||
(package! vimrc-mode)
|
(package! vimrc-mode)
|
||||||
(package! gemini-mode)
|
(package! gemini-mode)
|
||||||
(package! lsp-treemacs)
|
|
||||||
(package! magit-delta)
|
(package! magit-delta)
|
||||||
(package! all-the-icons-ivy-rich)
|
(package! all-the-icons-ivy-rich)
|
||||||
(package! nerd-fonts
|
(package! nerd-fonts
|
||||||
|
Loading…
Reference in New Issue
Block a user