Commit Graph

96 Commits

Author SHA1 Message Date
kj 284a01cabc Remove treemacs-persp. 2022-08-21 23:28:30 -04:00
kj 83f311024a Change web-mode default lsp languaje to html. 2022-08-18 16:48:25 -04:00
kj cddf20683e Change multi-web-mode to web-mode. 2022-08-11 12:16:02 -04:00
kj 8d430b9d3c Change default startup folding on org files. 2022-08-11 12:15:30 -04:00
kj 3f7fc4ec29 Add shortcut key to multi-web-mode. 2022-08-07 13:14:41 -04:00
kj 5a2f94bc32 Change hooks to improve (a few) startup time. 2022-08-07 13:12:35 -04:00
kj ef6bbf94f7 Add multi-web-mode. 2022-08-07 12:14:12 -04:00
kj b5de8f34b3 Add trasaparency to emacs by default :). 2022-08-01 08:45:56 -04:00
kj adb2034d24 Update straight.el installation url file. 2022-08-01 08:43:57 -04:00
kj 492571645b Change org cycle separator. 2022-07-17 16:12:43 -04:00
kj be00c17615 More changes to try improve LSP. 2022-07-12 16:38:53 -04:00
kj a6c1c113df Set shortcut for counsel-mark-ring. 2022-07-12 16:38:24 -04:00
kj 23b14da665 Set allways ensure for use package. 2022-07-12 16:37:53 -04:00
kj fb41d46922 Uodate reame. 2022-07-12 16:37:40 -04:00
kj 9ee088a832 Add 2 ways to take code screenshots (maybe unnesearry, but why not). 2022-07-12 16:36:51 -04:00
kj a27d677716 Disable open *messages* when click on minibuffer. 2022-07-10 21:57:05 -04:00
kj cf059895f9 Change lsp for html/php switching and set counsel-register. 2022-06-29 20:52:39 -04:00
kj 5fa858af78 Remove unused functions and change 2 shortcuts.
- Modify comment/uncomment region to comment current line and change
to shortcut to C-S-c.
- Change duplicate line shortcut to C-S-d.
2022-06-27 23:52:52 -04:00
kj ee4c9c351f LSP improvements.
- Disconnect from flycheck: I finded that it hangs with lsp (checked
with profiler-start/stop/report) and freeze emacs for a few seconsand
other errors apears like bad syntax highlighting.
- Re-enable lsp with prog-mode.
- Enable automatic project root detection vía
projectile (lsp-auto-guess-root).
- Lsp idle delay changed to 0.5 (default value).
2022-06-27 16:02:41 -04:00
kj d8f91e3dac Change dashboard agenda to daily and also show the time of the task. 2022-06-27 16:01:08 -04:00
kj 88c8049a6f Add org-autolist. 2022-06-27 16:00:04 -04:00
kj cf49ec2618 Disable LSP Lens. 2022-06-19 13:41:32 -04:00
kj 4aa5217915 Update gitignore. 2022-06-18 20:37:40 -04:00
kj eea36dbe80 Disable yasnipets TAB keybidding. 2022-06-18 20:37:11 -04:00
kj fe46f716eb Remove polymode. 2022-06-18 20:36:05 -04:00
kj cea7e3ace6 Fix citre. 2022-06-11 02:48:01 -04:00
kj e6e6c20c9c Disable autoload lsp on prog-mode. 2022-06-11 02:47:09 -04:00
kj 787e23525c Add polymode. 2022-06-11 02:46:49 -04:00
kj 5a889964e7 Fix setting treeemacs git straight to true. 2022-06-09 16:10:50 -04:00
kj b7873f48de Add gcmh package to manage the valoue of gc-cons-threshold. 2022-06-09 04:14:23 -04:00
kj 93bee419e8 Add treemacs. 2022-06-09 03:53:59 -04:00
kj b59e654bbd Improve lsp (it freezes a lot). 2022-06-09 03:53:28 -04:00
kj d50f434788 Revove books with bad orthography. 2022-06-08 03:01:55 -04:00
kj ac79a60aee Change company-idle-delay. 2022-06-08 02:49:56 -04:00
kj cb445f95c0 Add dap mode for debug and lsp for java. 2022-06-07 03:36:36 -04:00
kj 6dbf0e9746 Increase lsp read-process-output-max to 3MB. 2022-06-07 03:09:10 -04:00
kj f8b5174274 Retore part of the old org-capture templates. 2022-06-07 03:08:03 -04:00
kj 553694530e Disable lsp-ui-doc on mouse hover and set F1 key to trigger it. 2022-06-06 17:11:28 -04:00
kj 42ff8f3cbd Change org-capture key, template and remove an agenda file. 2022-06-06 15:01:38 -04:00
kj 8fa7bc9ed7 Fix bucle at native compilation. 2022-06-05 13:38:28 -04:00
kj f38ca8a4c9 Remove book with bad orthography from speed-test-type config. 2022-06-05 13:37:15 -04:00
kj a7045d3b30 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...
2022-06-01 09:18:06 -04:00
kj 7ee9bd4492 Change from package.el to straight.el. 2022-05-27 17:04:28 -04:00
kj fb890c4ceb Disable lsp mode by default on rust and enable php. 2022-05-27 12:23:09 -04:00
kj 98174ef392 Add shortcut for fast change to rust major mode. 2022-05-27 12:22:02 -04:00
kj 2baff92bf0 Fix projectile warning setting the frame title. 2022-05-18 03:43:24 -04:00
kj 52a7058da6 On daemon mode, kill all buffer except dashboard on close frame. 2022-05-18 03:31:22 -04:00
kj 290243835f Enable lsp on Rust. 2022-05-18 03:08:59 -04:00
kj f75b9eda35 Update gitignore. 2022-05-18 03:08:39 -04:00
kj e98d12e7e8 Change windmove shortcut keys. 2022-05-18 03:07:54 -04:00