aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config
AgeCommit message (Collapse)Author
2022-01-13(Mail|Emacs)~notmuch settingsAryadev 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 featureAryadev Chavali
2022-01-13(Emacs)+nice features that work with vim motionsAryadev Chavali
2022-01-13(General)~Merge origin/master from oldboy in spiderboyAryadev Chavali
2022-01-12(Emacs)~path -> environment variables, -+dx/newline, +sys-env-condAryadev Chavali
sys-env-cond allows for a cond like structure for system name checking. This allows for transferable configurations.
2022-01-09(Emacs)+environment setup macroAryadev 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 someAryadev Chavali
2022-01-07(Emacs)~no-littering straight-use-package->use-packageAryadev Chavali
Make the form a bit nicer.
2022-01-07(Emacs)-subheadings of initialAryadev Chavali
They're all initial steps => why do I need to separate them?
2022-01-07(Emacs|nvim)~clean upAryadev Chavali
Annoying errors.
2022-01-06(Emacs)~tons of editsAryadev 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 modelineAryadev Chavali
Just in case any mode decides to print there, might have some useful info.
2022-01-06(Emacs)~fringe-mode 'no-fringes->0Aryadev 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->generalAryadev 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-26(Emacs)~prettify symbols so they don't screw up heightsAryadev Chavali
2021-11-22(Emacs)+olivettiAryadev 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 bordersAryadev Chavali
Using fringe widths, turn off borders in Emacs. Truly freeing experience.
2021-11-22(Emacs)~clear upAryadev Chavali
2021-11-22(Emacs)+bindings for literate compile functionAryadev Chavali
Described in the edit section, just read.
2021-11-22(Emacs)~telephone-line -> Emacs default mode lineAryadev Chavali
Using my Emacs default mode line config for a bit, might change.
2021-10-20(Emacs)+Zone packageAryadev Chavali
Kinda useless but I think it could be nice.
2021-10-20(Emacs)~indenting, ~rearrange keybindingsAryadev Chavali
Change to M-c for correcting word bindings in flyspell.
2021-10-20(Emacs)~correctionsAryadev Chavali
Using flyspell.
2021-09-15(Emacs/CC mode)+hook to clang format buffer on saveAryadev Chavali
Just a nicer format, good for git commits.
2021-09-15(Emacs)-remove most of org auto insertAryadev Chavali
Kinda not necessary for the vast majority of non exported files, I can just write whatever I need into there manually if necessary.
2021-09-15(Emacs)~rename and rearrange some codeAryadev Chavali
2021-09-15(Emacs)+auto run command after save hookAryadev Chavali
Useful macro for running commands on certain buffers after save. Check the specific heading for details.
2021-09-01(Emacs)~profiler-dotemacs from lisp->elisp folderAryadev Chavali
2021-07-29(Emacs)~personal theme facesAryadev Chavali
~highlight is now a darker face of gray, region is lighter +org-verbatim & org-code faces so they are more distinctive +haskell-interactive-face-prompt for aesthetics
2021-07-29(Emacs)+telephone-line link in Emacs modeline sectionAryadev Chavali
I don't use the default modeline right now, hence I should link to my current setup for modelines.
2021-07-29(Emacs)+demand dashboard package and setup initial-buffer-choiceAryadev Chavali
The dashboard is the first thing I should see when entering Emacs, hence I should demand the package instead of deferring it. Doing so means that dashboard is loaded instantly and will generate the =*dashboard*= buffer, which I can set =initial-buffer-choice= to be.
2021-07-29(Emacs)~abbrevs sdte->sdate && stme->stimeAryadev Chavali
Need to be more verbose, also stime and sdate are easier to remember than their shorter counterparts.
2021-07-28(Emacs)~new versions for straight.elAryadev Chavali
2021-07-28(Emacs)+unicode-emoticons packageAryadev Chavali
Pretty self explanatory, useful in READMEs
2021-07-28(Emacs)+mwim package with bindsAryadev Chavali
mwim is a cool package that allows for easy leet movements.
2021-07-28(Emacs)~split SPC i into a prefixAryadev Chavali
=counsel-unicode-char= has been bound to "<leader> ic" which allows me to use TeX and other unicode symbols without switching to the TeX keyboard. =yas-insert-snippet= has been bound to "<leader> ii"
2021-07-28(Emacs)~text and code changesAryadev Chavali
Just cleaned up some links and descriptions that didn't really make sense. Also added some defers and cleaned up some hooks.
2021-07-28(Emacs)~dx:->+dx/ namespace (use +dx: for variables and constants)Aryadev Chavali
There was a split in namespace across my config: "+dx/" or "dx:". "dx:" was used for older functions created near the start of this config, while "+dx/" is used basically everywhere else and is my preferred namespace for new functions. Hence I resolve this conflict in this commit.
2021-07-28(Emacs)-HTML_CONTAINER calls in headingsAryadev Chavali
No need to clutter my config with HTML setups, instead just use the table of contents to get to places.
2021-07-27(Emacs)+recentf-mode integration, +org-export-backends variableAryadev Chavali
2021-07-27(Emacs)~alpha 85 -> 95Aryadev Chavali
Personal theme doesn't work on such a low transparency (I chose colours that are less vibrant and poppy, going for a low-key theme) hence set the alpha higher.
2021-07-27(Emacs)~minor changes in spelling and sentences, changes in filenamesAryadev Chavali
2021-07-27(Emacs)~changed theme back to personalAryadev Chavali
Don't even remember when I changed theme but it's gone back to personal (my custom theme). I changed a few things for the theme as well, just a few colours.
2021-07-26(Emacs)~move elips files into elisp/ folderAryadev Chavali
These files were cluttering the main directory, I'd rather just have my config files here.
2021-07-26(Emacs)+haskell-multieditAryadev Chavali
Just some code to make editing in the Haskell REPL a nicer experience. Allows me to write multi-line code in a separate buffer with haskell-mode switched on, then with a simple keybinding paste and evaluate the full code in the Haskell REPL. The keybindings and workflow are similar to org-src block editing (create a new buffer, then paste the contents back into the original buffer).
2021-07-26(Emacs|Scripts)~minor editsAryadev Chavali
(Emacs)~changed some descriptions, formatting, edits of assigned functions (Scripts)~allow psearch to use all arguments supplied rather than just the first one (pacman -Ss actually greedily consumes all arguments given as part of the search)
2021-07-25(Emacs|General)+all of .config from my Emacs configAryadev Chavali
The .config folder stores the configurations generated by various packages. For the purposes of cleanliness and also generalisation I might as well VC it.
2021-07-25(Shell|Scripts|Emacs)~minor editsAryadev Chavali
+psearch function to search pacman with less (I use this all the time, just makes it easier to do in one go) ~speed script to use a slightly larger file so user can get a better estimate of dl speed ~ada-mode slightly better comments
2021-07-25(Emacs)-dashboard on new frame hookAryadev Chavali
Too much of a hassle, screws up magit messages
2021-07-25(Emacs)~logo to oreo logoAryadev Chavali