update
This commit is contained in:
@@ -11,12 +11,14 @@
|
||||
ripgrep
|
||||
typescript-language-server
|
||||
typescript
|
||||
vscode-langservers-extracted
|
||||
nodejs
|
||||
# mathpix-snipping-tool
|
||||
cmake
|
||||
libtool
|
||||
glibtool
|
||||
graphviz
|
||||
cmake
|
||||
libtool
|
||||
glibtool
|
||||
graphviz
|
||||
libvterm
|
||||
];
|
||||
|
||||
programs.emacs = {
|
||||
@@ -24,9 +26,10 @@
|
||||
extraPackages = epkgs: [
|
||||
epkgs.mu4e
|
||||
epkgs.pdf-tools
|
||||
epkgs.vterm
|
||||
];
|
||||
};
|
||||
services.emacs.enable = true;
|
||||
#services.emacs.enable = true;
|
||||
home.file.".config/emacs" = {
|
||||
source = ./emacs;
|
||||
recursive = true;
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
(string-match "\\*[^*]+\\*" (buffer-name buffer)))
|
||||
(setq switch-to-prev-buffer-skip 'skip-these-buffers)
|
||||
|
||||
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 120)
|
||||
(set-face-attribute 'default nil :family "JetBrainsMono Nerd Font" :height 100)
|
||||
|
||||
(setq custom-file (locate-user-emacs-file "custom-vars.el"))
|
||||
(load custom-file 'noerror 'nomessage)
|
||||
@@ -502,6 +502,7 @@
|
||||
(tsx-ts-mode . lsp)
|
||||
(js-mode . lsp)
|
||||
(js-ts-mode . lsp)
|
||||
(css-ts-mode . lsp)
|
||||
(c-ts-mode . lsp)
|
||||
(c++-ts-mode . lsp)
|
||||
(lsp-mode . lsp-enable-which-key-integration)
|
||||
|
||||
Reference in New Issue
Block a user