diff --git a/configs/base.el b/configs/init-base.el similarity index 97% rename from configs/base.el rename to configs/init-base.el index 2a3235c..0a9b1c6 100644 --- a/configs/base.el +++ b/configs/init-base.el @@ -1,4 +1,4 @@ -;;; base.el --- Configuración base de emacs -*- lexical-binding: t -*- +;;; init-base.el --- Configuración base de emacs -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -145,5 +145,5 @@ (load custom-file) -(provide 'base) -;;; base.el ends here +(provide 'init-base) +;;; init-base.el ends here diff --git a/configs/base-company.el b/configs/init-company.el similarity index 99% rename from configs/base-company.el rename to configs/init-company.el index 5c42d62..6d706b6 100644 --- a/configs/base-company.el +++ b/configs/init-company.el @@ -1,4 +1,4 @@ -;;; base-company.el --- Autocompletado con company-mode -*- lexical-binding: t -*- +;;; init-company.el --- Autocompletado con company-mode -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -346,5 +346,5 @@ (Template . ,(all-the-icons-material "format_align_left" :height 1.0 :v-adjust -0.2))) company-box-icons-alist 'company-box-icons-all-the-icons)))) -(provide 'base-company) -;;; base-company.el ends here +(provide 'init-company) +;;; init-company.el ends here diff --git a/configs/base-ctags.el b/configs/init-ctags.el similarity index 95% rename from configs/base-ctags.el rename to configs/init-ctags.el index d188434..b620dd2 100644 --- a/configs/base-ctags.el +++ b/configs/init-ctags.el @@ -1,4 +1,4 @@ -;;; base-ctags.el --- Configuracíón de TAGS -*- lexical-binding: t -*- +;;; init-ctags.el --- Configuracíón de TAGS -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -66,5 +66,5 @@ (add-hook 'citre-mode-hook #'enable-lsp-citre-capf-backend) )) -(provide 'base-ctags) -;;; base-ctags.el ends here +(provide 'init-ctags) +;;; init-ctags.el ends here diff --git a/configs/base-eglot.el b/configs/init-eglot.el similarity index 71% rename from configs/base-eglot.el rename to configs/init-eglot.el index 81350ca..33cd101 100644 --- a/configs/base-eglot.el +++ b/configs/init-eglot.el @@ -1,4 +1,4 @@ -;;; base-eglot.el --- Configuración de eglot (LSP) -*- lexical-binding: t -*- +;;; init-eglot.el --- Configuración de eglot (LSP) -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -14,5 +14,5 @@ (add-to-list 'eglot-server-programs '(php-mode . ("intelephense" "--stdio"))) ) -(provide 'base-eglot) -;;; base-eglot.el ends here +(provide 'init-eglot) +;;; init-eglot.el ends here diff --git a/configs/base-extensions.el b/configs/init-extensions.el similarity index 96% rename from configs/base-extensions.el rename to configs/init-extensions.el index ee4a808..b02d2f6 100644 --- a/configs/base-extensions.el +++ b/configs/init-extensions.el @@ -1,4 +1,4 @@ -;;; base-extensions.el --- Extensiones/paquetes instalados y su configuración -*- lexical-binding: t -*- +;;; init-extensions.el --- Extensiones/paquetes instalados y su configuración -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -26,7 +26,8 @@ (use-package dashboard :defer t :straight t - :hook (after-init . dashboard-setup-startup-hook) + ;; :hook (after-init . dashboard-setup-startup-hook) + :hook (after-init . org-agenda-list) :config (setq dashboard-set-file-icons t dashboard-set-heading-icons t @@ -103,12 +104,12 @@ :hook (after-init . global-git-gutter-mode)) -(use-package gcmh - :defer t - :straight t - :init - (setq gcmh-high-cons-threshold 100000000) - (gcmh-mode 1)) +;; (use-package gcmh +;; :defer t +;; :straight t +;; :init +;; (setq gcmh-high-cons-threshold 100000000) +;; (gcmh-mode 1)) ;; Highlight en los números. ;; (use-package highlight-numbers @@ -349,5 +350,5 @@ :ensure t :straight t) -(provide 'base-extensions) -;;; base-extensions.el ends here +(provide 'init-extensions) +;;; init-extensions.el ends here diff --git a/configs/base-functions.el b/configs/init-functions.el similarity index 94% rename from configs/base-functions.el rename to configs/init-functions.el index 4b88541..0d05880 100644 --- a/configs/base-functions.el +++ b/configs/init-functions.el @@ -1,4 +1,4 @@ -;;; base-functions.el --- Configuración de org-mode -*- lexical-binding: t -*- +;;; init-functions.el --- Configuración de org-mode -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -63,5 +63,5 @@ Saves to a temp file and puts the filename in the kill ring." (or (featurep 'all-the-icons) (require 'all-the-icons nil t)))) -(provide 'base-functions) -;;; base-functions.el ends here. +(provide 'init-functions) +;;; init-functions.el ends here. diff --git a/configs/base-ivy.el b/configs/init-ivy.el similarity index 97% rename from configs/base-ivy.el rename to configs/init-ivy.el index eff3c42..756800e 100644 --- a/configs/base-ivy.el +++ b/configs/init-ivy.el @@ -1,4 +1,4 @@ -;;; base-ivy.el --- Ayuditas y autocompletado del minibufer -*- lexical-binding: t -*- +;;; init-ivy.el --- Ayuditas y autocompletado del minibufer -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -148,5 +148,5 @@ :straight t :bind ("C-c C-y" . ivy-yasnippet)) -(provide 'base-ivy) -;;; base-ivy.el ends here +(provide 'init-ivy) +;;; init-ivy.el ends here diff --git a/configs/base-keys.el b/configs/init-keys.el similarity index 94% rename from configs/base-keys.el rename to configs/init-keys.el index 6233e76..d4c2a42 100644 --- a/configs/base-keys.el +++ b/configs/init-keys.el @@ -1,4 +1,4 @@ -;;; base-keys.el --- Archivo de configuración de atajos -*- lexical-binding: t -*- +;;; init-keys.el --- Archivo de configuración de atajos -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -40,5 +40,5 @@ ;; Deactivar el abrir *messages* al cliquear en el minibuffer (define-key minibuffer-inactive-mode-map [mouse-1] #'ignore) -(provide 'base-keys) -;;; base-keys.el ends here +(provide 'init-keys) +;;; init-keys.el ends here diff --git a/configs/base-lsp.el b/configs/init-lsp.el similarity index 99% rename from configs/base-lsp.el rename to configs/init-lsp.el index b7db6ff..8536c60 100644 --- a/configs/base-lsp.el +++ b/configs/init-lsp.el @@ -1,4 +1,4 @@ -;;; base-lsp.el --- Languaje server protocol. -*- lexical-binding: t -*- +;;; init-lsp.el --- Languaje server protocol. -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -246,5 +246,5 @@ (push 'lsp-treemacs-symbols-mode aw-ignored-buffers) (push 'lsp-treemacs-java-deps-mode aw-ignored-buffers)))) -(provide 'base-lsp) -;;; base-lsp.el ends here +(provide 'init-lsp) +;;; init-lsp.el ends here diff --git a/configs/base-org.el b/configs/init-org.el similarity index 98% rename from configs/base-org.el rename to configs/init-org.el index dafc480..0bae7b6 100644 --- a/configs/base-org.el +++ b/configs/init-org.el @@ -1,4 +1,4 @@ -;;; base-config.el --- Configuración de org-mode -*- lexical-binding: t -*- +;;; init-config.el --- Configuración de org-mode -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -184,5 +184,5 @@ :ensure t :hook (org-mode . org-autolist-mode)) -(provide 'base-org) -;;; base-org.el ends here +(provide 'init-org) +;;; init-org.el ends here diff --git a/configs/base-treemacs.el b/configs/init-treemacs.el similarity index 93% rename from configs/base-treemacs.el rename to configs/init-treemacs.el index ecf08a4..a49fde2 100644 --- a/configs/base-treemacs.el +++ b/configs/init-treemacs.el @@ -1,4 +1,4 @@ -;;; base-treemacs.el --- Extensiones/paquetes instalados y su configuración -*- lexical-binding: t -*- +;;; init-treemacs.el --- Extensiones/paquetes instalados y su configuración -*- lexical-binding: t -*- ;; Author: kj ;; URL: https://git.kj2.me/kj/confi-emacs-actual @@ -56,5 +56,5 @@ magit-post-unstage) . treemacs-magit--schedule-update)) -(provide 'base-treemacs) -;;; base-treemacs.el ends here +(provide 'init-treemacs) +;;; init-treemacs.el ends here diff --git a/init.el b/init.el index fbf9091..90fc5c4 100644 --- a/init.el +++ b/init.el @@ -39,17 +39,17 @@ (add-to-list 'load-path (concat user-emacs-directory "configs")) ;; Paquetes base -(require 'base) -(require 'base-extensions) -(require 'base-functions) -(require 'base-org) -;; (require 'base-lsp) -(require 'base-eglot) -(require 'base-company) -(require 'base-treemacs) -;;(require 'base-ctags) -(require 'base-ivy) -(require 'base-keys) +(require 'init-base) +(require 'init-extensions) +(require 'init-functions) +(require 'init-org) +;; (require 'init-lsp) +(require 'init-eglot) +(require 'init-company) +(require 'init-treemacs) +;;(require 'init-ctags) +(require 'init-ivy) +(require 'init-keys) ;; Lenguajes (require 'lang-php)