Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-14 | (Emacs)~rg binding "sr"->"sR" | Aryadev Chavali | |
I use counsel-rg usually as it provides instant results. At the point where I'll need a compilation-like buffer of results I'll just use one of the *grep functions, which work regardless of ripgrep being installed (essentially just learn one tool, well, rather than multiple tools, badly.) | |||
2022-09-14 | (Emacs)~display-line-numbers-type absolute->relative | Aryadev Chavali | |
Relative numbers are cooler, easier to see what your program is reading in a file using relative numbers. | |||
2022-09-14 | (Emacs)+feature to +olivetti-mode | Aryadev Chavali | |
Now disables mode line for extra *immersion* | |||
2022-09-14 | (Emacs)+object based compilation for Makefile auto insert | Aryadev Chavali | |
Faster overall, incremental compilation. | |||
2022-09-14 | (Emacs)+compile keybindings | Aryadev Chavali | |
next-error, previous-error and recompile to make compilation easier: I can now traverse through errors and retry compiling without having to leave code buffers! | |||
2022-09-14 | (Emacs)~= -> ~ code tag | Aryadev Chavali | |
2022-09-14 | (Emacs)+clean buffer list functionality | Aryadev Chavali | |
Better than using ibuffer, just does it like a macro. | |||
2022-09-14 | (Emacs)+dired insert all subdirectories -dired display functions | Aryadev Chavali | |
Just a nice bit of functionality, also added bindings for stuff I've needed when using dired recently. | |||
2022-09-14 | (Emacs)~clean up headings, descriptions and bits of code | Aryadev Chavali | |
2022-09-14 | (Emacs)+italic to ivy-current-match personal-primary-theme | Aryadev Chavali | |
2022-09-14 | (Emacs)~org bindings org-ctrl-c->org-todo, insert strucutre template | Aryadev Chavali | |
2022-09-14 | (Emacs)~default size of font on oldboy 125->140 | Aryadev Chavali | |
Old man eyes | |||
2022-09-14 | (Emacs)+org/swiper-goto | Aryadev Chavali | |
Better version of org-goto, use in place imenu when in org mode documents | |||
2022-09-14 | (Emacs)+toggles for undo-tree-visualize and whitespace-mode | Aryadev Chavali | |
2022-09-14 | (Emacs)~description for calc mode | Aryadev Chavali | |
List of tools. | |||
2022-09-14 | (Emacs)+ivy posframe | Aryadev Chavali | |
Last time I used this thing was 3 years ago (5c72c72) in Doom. This configuration is largely similar to that, but without whatever magic doom did for the 'childframe' module. | |||
2022-09-14 | (Emacs)~reordered ivy/counsel blocks, ~better defer patterns | Aryadev Chavali | |
Set orderless ivy integration in orderless package rather than ivy for better deferral. Set counsel-grep-swiper-limit to ~1.5MB because swiper usually can handle it and I really don't like counsel-grep as I need to put in at least two characters to get a result back. | |||
2022-09-14 | (Emacs)+transpose prefix | Aryadev Chavali | |
Transposing objects? Pretty cool Emacs, but I'd like it in vim. | |||
2022-09-14 | (Emacs)~refactor general-def system | Aryadev Chavali | |
Firstly use ~(general-evil-setup t)~ to create aliases for general-def that are similar to evil (nmap, vmap, etc). Define my own nmmap which combines normal and motion states. Refactor all uses into the general-evil aliases. | |||
2022-09-14 | (Emacs)+org-format-latex-options | Aryadev Chavali | |
Provides finer control over fragment options. | |||
2022-09-14 | (Emacs)~org-mode variables: todo-keywords, babel-load-languages | Aryadev Chavali | |
-wait keyword from org-todo-keywords because it's useless +shell language capability to babel. | |||
2022-09-14 | (Emacs)+org-clock-report functionality | Aryadev Chavali | |
Provides the ability to generate a report in your file, and also an advice which (when a toggle is enabled) regenerates the top level report after clock out. | |||
2022-09-14 | (Emacs)-mwim, unicode-emoticons, tuareg, +fd-dired, ~update versions | Aryadev Chavali | |
Just remove a few useless packages and update my cached versions list. | |||
2022-07-28 | (Emacs)~evil packages now use :after evil | Aryadev Chavali | |
+activate mode in :config ~evil mc using doom Emacs' multiple-cursors module | |||
2022-07-28 | (Emacs)~alpha 0.95->0.9,+height for keyword,+support for native comp | Aryadev Chavali | |
Also deleted my install script, check out https://git.aryadevchavali.com:/oreodave/emacs.git for my Emacs build. | |||
2022-07-28 | (Emacs)+makefile auto insert | Aryadev Chavali | |
2022-07-28 | (Emacs)~move around bindings, ~general fixes | Aryadev Chavali | |
2022-07-28 | (Emacs)+org clock in configuration | Aryadev Chavali | |
2022-07-28 | (Emacs)+org agenda configuration, +binding for org auto compile | Aryadev Chavali | |
2022-07-28 | (Emacs)~pdf tools, ~title for compilation | Aryadev Chavali | |
+display system for pdf opening | |||
2022-07-28 | (Emacs)+info configuration | Aryadev Chavali | |
Info is Emacs' documentation system, and a GNU binary that tried to replace 'man' (to limited success) | |||
2022-07-28 | (Emacs)~description for org core | Aryadev Chavali | |
2022-07-28 | (Emacs)~evil packages to hook to evil-mode-hook | Aryadev Chavali | |
Instead of running the mode itself, hook to every time we run evil mode to make it easier to see load flow. | |||
2022-07-28 | (Emacs)~theme personal->personal-primary, +results=none | Aryadev Chavali | |
+new theme with better colours +result for header args to make loading lisp less annoying (don't insert your results) | |||
2022-07-28 | (Emacs)+personal-primary-theme | Aryadev Chavali | |
This changes some colours, adding matching colours for counsel and changing colours for font-locks to fit an RBG type theme. | |||
2022-05-04 | (Emacs)~extra bits and pieces before the push | Aryadev Chavali | |
Migrating over to laptop. | |||
2022-02-08 | (Emacs)+ocaml configuration | Aryadev Chavali | |
2022-02-08 | (Emacs)+dired bind for wdired mode | Aryadev Chavali | |
2022-02-08 | (Emacs)~resolve a merge conflict | Aryadev Chavali | |
Forgot I had this. | |||
2022-02-04 | (Emacs)+personal-theme: line-number styling | Aryadev Chavali | |
2022-02-04 | (Emacs)-a lot of useless text~display-line-numbers-type relative->absolute | Aryadev Chavali | |
2022-02-04 | (Emacs)~fixed error with evil-mc | Aryadev Chavali | |
I put it in the wrong format, coming from ~define-key~. | |||
2022-01-29 | (Emacs)+install script for Emacs source code | Aryadev Chavali | |
2022-01-18 | (Emacs)~c-auto-newline t->nil, ~autoinsert for c/c++ | Aryadev Chavali | |
c-auto-newline was annoying, so turn it off. auto insert Date->Created and less newlines | |||
2022-01-13 | (Emacs)~fix up some stuff | Aryadev Chavali | |
2022-01-13 | (Mail|Emacs)~notmuch settings | Aryadev Chavali | |
+a few more tags to make organizing stuff easier +recent searches to notmuch-hello ~path to database is now relative | |||
2022-01-13 | (Emacs)-merge feature | Aryadev Chavali | |
2022-01-13 | (Emacs)+nice features that work with vim motions | Aryadev Chavali | |
2022-01-13 | (General)~Merge origin/master from oldboy in spiderboy | Aryadev Chavali | |
2022-01-12 | (Emacs)~path -> environment variables, -+dx/newline, +sys-env-cond | Aryadev Chavali | |
sys-env-cond allows for a cond like structure for system name checking. This allows for transferable configurations. |