aboutsummaryrefslogtreecommitdiff
path: root/Emacs
AgeCommit message (Collapse)Author
2022-09-14(Emacs)+transpose prefixAryadev Chavali
Transposing objects? Pretty cool Emacs, but I'd like it in vim.
2022-09-14(Emacs)~refactor general-def systemAryadev 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-optionsAryadev Chavali
Provides finer control over fragment options.
2022-09-14(Emacs)~org-mode variables: todo-keywords, babel-load-languagesAryadev Chavali
-wait keyword from org-todo-keywords because it's useless +shell language capability to babel.
2022-09-14(Emacs)+org-clock-report functionalityAryadev 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 versionsAryadev Chavali
Just remove a few useless packages and update my cached versions list.
2022-07-28(Emacs)~evil packages now use :after evilAryadev 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 compAryadev 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 insertAryadev Chavali
2022-07-28(Emacs)~move around bindings, ~general fixesAryadev Chavali
2022-07-28(Emacs)+org clock in configurationAryadev Chavali
2022-07-28(Emacs)+org agenda configuration, +binding for org auto compileAryadev Chavali
2022-07-28(Emacs)~pdf tools, ~title for compilationAryadev Chavali
+display system for pdf opening
2022-07-28(Emacs)+info configurationAryadev 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 coreAryadev Chavali
2022-07-28(Emacs)~evil packages to hook to evil-mode-hookAryadev 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=noneAryadev 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-themeAryadev 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 pushAryadev Chavali
Migrating over to laptop.
2022-02-08(Emacs)+ocaml configurationAryadev Chavali
2022-02-08(Emacs)+dired bind for wdired modeAryadev Chavali
2022-02-08(Emacs)~resolve a merge conflictAryadev Chavali
Forgot I had this.
2022-02-04(Emacs)+personal-theme: line-number stylingAryadev Chavali
2022-02-04(Emacs)-a lot of useless text~display-line-numbers-type relative->absoluteAryadev Chavali
2022-02-04(Emacs)~fixed error with evil-mcAryadev Chavali
I put it in the wrong format, coming from ~define-key~.
2022-01-29(Emacs)+install script for Emacs source codeAryadev 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 stuffAryadev Chavali
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.