Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07-12 | (*)~general fixes, small scale | Aryadev Chavali | |
(notmuch)+junk tag (Shell)~sdkman so it uses the current username | |||
2022-05-04 | (Emacs)~extra bits and pieces before the push | Aryadev Chavali | |
Migrating over to laptop. | |||
2022-03-14 | ~cleaned up README | Aryadev Chavali | |
2022-02-08 | (Shell)+opam env call for zshrc, +utoprc | Aryadev Chavali | |
utoprc for some nicer colours. | |||
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 | (Shell)~zshrc emacs bindings updated for Emacs server | Aryadev Chavali | |
The systemd emacs service uses the default name, so no need for to specify the socket name. | |||
2022-01-18 | (SXHkD)-dev terminal launcher, ~screenshot command | 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 | (Scripts|General)~programs->root of repo | Aryadev Chavali | |
Just makes more sense. | |||
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. | |||
2022-01-12 | (XServer)~rotation for right monitor to normal | Aryadev Chavali | |
2022-01-12 | (Shell)+ssh_agent integration | Aryadev Chavali | |
Use the same socket file for any zsh shell I create (default shell for user and hence from tty) so ssh-agent works consistently. | |||
2022-01-12 | (SystemD)+ssh-agent service | Aryadev Chavali | |
Integrates into .zshrc to create a consistent ssh experience without the stupid passwords. | |||
2022-01-12 | (General)+better systemd gitignore handling | Aryadev Chavali | |
2022-01-09 | (SXHkD)+header | Aryadev Chavali | |
2022-01-09 | (Emacs)+environment setup macro | Aryadev Chavali | |
This basically makes it easier to provide unique configurations across my devices without screwing up the vc. | |||
2022-01-07 | (Emacs)~rearranged some sections, removed some | Aryadev Chavali | |
2022-01-07 | (Emacs)~no-littering straight-use-package->use-package | Aryadev Chavali | |
Make the form a bit nicer. | |||
2022-01-07 | (Emacs)-subheadings of initial | Aryadev Chavali | |
They're all initial steps => why do I need to separate them? | |||
2022-01-07 | (Emacs|nvim)~clean up | Aryadev Chavali | |
Annoying errors. | |||
2022-01-06 | (Emacs)~tons of edits | Aryadev Chavali | |
I can't be bothered to annotate any of these. Thinking of making a new Emacs configuration as this one is unnecessarily bloated and I can't think of any other way to fix it. | |||
2022-01-06 | (Emacs)+mode-line-misc-info section to default modeline | Aryadev Chavali | |
Just in case any mode decides to print there, might have some useful info. | |||
2022-01-06 | (Emacs)~fringe-mode 'no-fringes->0 | Aryadev Chavali | |
No fringe style of life, makes me feel like I'm fully subsumed into the Emacs experience. | |||
2022-01-06 | (Emacs)~evil-mc definition emacs->general | Aryadev Chavali | |
The keybindings used to use :bind, which relies on the underlying (define-key) mechanism of Emacs. However, as general is loaded beforehand and it provides a ton of useful wrappers, let's use those instead. Makes the code look nicer as well. | |||
2021-11-29 | (ClangFormat)~fixing some extras that were annoying me | Aryadev Chavali | |
Things that kinda annoyed me about LLVM style which I wanted to clear up. | |||
2021-11-26 | (Emacs)~prettify symbols so they don't screw up heights | Aryadev Chavali | |
2021-11-22 | (Emacs)+olivetti | Aryadev Chavali | |
Check the edit for a description of the package. Just setup a toggle based function to turn on olivetti-mode. | |||
2021-11-22 | (Emacs)+turn off borders | Aryadev Chavali | |
Using fringe widths, turn off borders in Emacs. Truly freeing experience. | |||
2021-11-22 | (Emacs)~clear up | Aryadev Chavali | |
2021-11-22 | (Emacs)+bindings for literate compile function | Aryadev Chavali | |
Described in the edit section, just read. |