Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-11 | (Emacs/config)+Custom function to generate tags from project root | Aryadev Chavali | |
2024-05-11 | (Emacs/core)~tabs now use r as a prefix key | Aryadev Chavali | |
2024-05-11 | (Emacs/*)~clean up text, change license of elisp packages to GPLv2 strictly | Aryadev Chavali | |
2024-05-10 | (Emacs/core)~Switched prefixes for tab and shell leader | Aryadev Chavali | |
2024-05-07 | (Emacs/config|core)+some defers | Aryadev Chavali | |
2024-05-07 | (Emacs/config|core)~switch ripgrep bindings | Aryadev Chavali | |
2024-05-06 | (Emacs/config|core)~projectile -> project | Aryadev Chavali | |
Removing a dependency! | |||
2024-05-06 | (Emacs/core|config)~use drag stuff instead of move.el | Aryadev Chavali | |
Works with regions! | |||
2024-05-06 | (Emacs/core)+Use Emacs Tabs | Aryadev Chavali | |
Emacs tabs are actually quite powerful and solve the namespace problem, at least for me. This is why I started using standard windowing rather than using new frames: I can have all my workspaces in one frame. | |||
2024-05-06 | (Emacs/core)~Use standard windowing system now | Aryadev Chavali | |
I've reached a level of complexity where I'd rather use Emacs to manage windows than my window manager. | |||
2024-05-06 | (Emacs|Shell|SystemD)~Small changes | Aryadev Chavali | |
2024-04-27 | (Emacs/config|core)Switched <leader>fP and <leader>fp | Aryadev Chavali | |
2024-04-27 | (Emacs/config|core|elisp)+move.el | Aryadev Chavali | |
Library to move words forward and backward as well as lines up and down. These movements keep the object in question under the cursor which provides a nice experience. | |||
2024-04-24 | (Emacs/core)+binding <leader>fp to use counsel-git in defiles folder | Aryadev Chavali | |
Lookup all files in the repository. Best solution I could come up with. | |||
2024-04-24 | (Emacs/core|config)~do a bit of clean up | Aryadev Chavali | |
2024-04-23 | (Emacs/*)~stop using create-toggle-function | Aryadev Chavali | |
2024-04-23 | (Emacs/core)+nmmap binding K to man | Aryadev Chavali | |
By default evil-lookup-func is woman, which throws annoying warnings and isn't a complete manpage reader. So here I rebind it to use man, which is fully functioning. | |||
2024-04-23 | (Emacs/core)+some more bindings | Aryadev Chavali | |
2024-04-23 | (Emacs/config|core)~<SPC-fp>: go to config.org -> search org heading | Aryadev Chavali | |
2024-04-23 | (Emacs/config|core)+move-line-{up|down} | Aryadev Chavali | |
2024-04-20 | (Emacs/*)~cleaning up | Aryadev Chavali | |
2024-04-18 | (Emacs/*)~WIP -> WAIT for subtrees that aren't used | Aryadev Chavali | |
2024-04-18 | (Emacs/core)+package hydra and use-package-hydra | Aryadev Chavali | |
Defines persistent sub-key-maps which can provide some really nice behavior. | |||
2024-04-18 | (Emacs|^)~Some general cleanup | Aryadev Chavali | |
2024-04-14 | (Emacs/core)+evil-numbers packages | Aryadev Chavali | |
Increment/decrement number at point. Something from vim which is quite nice. | |||
2023-10-21 | (Emacs/core)~sort general leaders | Aryadev Chavali | |
2023-10-15 | (Emacs|NeoVim|Shell)~small changes and minor updates | Aryadev Chavali | |
2023-09-29 | (Emacs)~config->app,core | Aryadev Chavali | |
The two largest sections of my config are separated into their own files now. Does increase init time, but I just can't handle how big this thing is. It'll be a bit nicer to look at and manage with separate files. |