Mixed changes.

- Rename org-config.el to base-org.el.
- Enable lsp by default.
- Improve lsp.
- Add citre package (ctags IDE).
- Add ripgrep search.
- Add pomidor  (pomodoro timer).
- Move keybinding for improve load time (some are deleted or changed).
- Add C-x C-r keybinding for recent files.
- And more...
This commit is contained in:
kj
2022-06-01 09:18:06 -04:00
parent 7ee9bd4492
commit a7045d3b30
16 changed files with 1182 additions and 207 deletions

View File

@ -1,4 +1,4 @@
;;; lang-rust.el --- Configuración para el lenguaje PHP
;;; lang-rust.el --- Configuración para el lenguaje PHP -*- lexical-binding: t -*-
;; Author: kj <webmaster@outcontrol.net>
;; URL: https://git.kj2.me/kj/confi-emacs-actual
@ -21,7 +21,7 @@
:config
;;(setq rustic-lsp-server 'rls)
;;(setq rustic-lsp-client 'lsp)
(setq rustic-lsp-client nil)
;;(setq rustic-lsp-client nil)
(push 'rustic-clippy flycheck-checkers))
(provide 'lang-rust)