aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/core.org
AgeCommit message (Collapse)Author
2024-05-07(Emacs/config|core)+some defersAryadev Chavali
2024-05-07(Emacs/config|core)~switch ripgrep bindingsAryadev Chavali
2024-05-06(Emacs/config|core)~projectile -> projectAryadev Chavali
Removing a dependency!
2024-05-06(Emacs/core|config)~use drag stuff instead of move.elAryadev Chavali
Works with regions!
2024-05-06(Emacs/core)+Use Emacs TabsAryadev 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 nowAryadev 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 changesAryadev Chavali
2024-04-27(Emacs/config|core)Switched <leader>fP and <leader>fpAryadev Chavali
2024-04-27(Emacs/config|core|elisp)+move.elAryadev 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 folderAryadev 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 upAryadev Chavali
2024-04-23(Emacs/*)~stop using create-toggle-functionAryadev Chavali
2024-04-23(Emacs/core)+nmmap binding K to manAryadev 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 bindingsAryadev Chavali
2024-04-23(Emacs/config|core)~<SPC-fp>: go to config.org -> search org headingAryadev Chavali
2024-04-23(Emacs/config|core)+move-line-{up|down}Aryadev Chavali
2024-04-20(Emacs/*)~cleaning upAryadev Chavali
2024-04-18(Emacs/*)~WIP -> WAIT for subtrees that aren't usedAryadev Chavali
2024-04-18(Emacs/core)+package hydra and use-package-hydraAryadev Chavali
Defines persistent sub-key-maps which can provide some really nice behavior.
2024-04-18(Emacs|^)~Some general cleanupAryadev Chavali
2024-04-14(Emacs/core)+evil-numbers packagesAryadev Chavali
Increment/decrement number at point. Something from vim which is quite nice.
2023-10-21(Emacs/core)~sort general leadersAryadev Chavali
2023-10-15(Emacs|NeoVim|Shell)~small changes and minor updatesAryadev Chavali
2023-09-29(Emacs)~config->app,coreAryadev 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.