15enero2024

This commit is contained in:
Raymundo Vásquez Ruiz
2024-01-15 16:15:38 +01:00
parent a35dfaac7c
commit 2e1b0e3ccf
2 changed files with 68 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ There are two things you can do about this warning:
'(global-display-line-numbers-mode t)
'(inhibit-startup-screen t)
'(package-selected-packages
'(flycheck-gometalinter go-mode doom-themes lsp-mode hydra gitlab-ci-mode gitlab-ci-mode-flycheck web-mode impatient-mode exec-path-from-shell rust-playground all-the-icons neotree base16-theme afternoon-theme ample-theme nord-theme company-racer racer markdown-mode+ dumb-jump magit company flycheck-rust flycheck json-mode flymake-json tss tide material-theme zenburn-theme ac-js2 auto-complete projectile helm js2-mode cargo rust-mode iedit gitlab-ci-mode gitlab-ci-mode-flycheck dap-mode typescript-mode tree-sitter tree-sitter-langs))
'(rustic toml-mode lsp-ui flycheck-gometalinter go-mode doom-themes lsp-mode hydra gitlab-ci-mode gitlab-ci-mode-flycheck web-mode impatient-mode exec-path-from-shell rust-playground all-the-icons neotree base16-theme afternoon-theme ample-theme nord-theme company-racer racer markdown-mode+ dumb-jump magit company flycheck-rust flycheck json-mode flymake-json tss tide material-theme zenburn-theme ac-js2 auto-complete projectile helm js2-mode cargo rust-mode iedit gitlab-ci-mode gitlab-ci-mode-flycheck dap-mode typescript-mode tree-sitter tree-sitter-langs))
'(tool-bar-mode nil))
(custom-set-faces
;; custom-set-faces was added by Custom.
@@ -38,6 +38,8 @@ There are two things you can do about this warning:
;; If there is more than one, they won't work right.
'(default ((t (:family "Menlo" :foundry "CTDB" :slant normal :weight normal :height 160 :width normal)))))
(require 'use-package)
(add-to-list 'load-path "~/.emacs.d/lib")
(require 'init-editor)
(require 'init-web)