Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-08-15 | (Emacs/config)~system-name-cond -> pcase | Aryadev Chavali | |
Does the same thing but is inbuilt. | |||
2024-08-15 | (Emacs/config)~Use evil-mc-cursors-map for me | Aryadev Chavali | |
2024-08-15 | (Emacs/config)+js-mode configuration | Aryadev Chavali | |
Having to use JS in my Emacs means disabling a few things. | |||
2024-08-15 | (Emacs/config)~rearrange | Aryadev Chavali | |
2024-08-15 | (Emacs/config)~Eshell now opens in the same window | Aryadev Chavali | |
Usually I'm using eshell to go to some directory and launch dired, find-file, compile, etc. In that case, the smaller window makes no sense. | |||
2024-08-15 | (Emacs/config)~Bumped magit to new release (4.0.0) | Aryadev Chavali | |
2024-08-11 | (Emacs/config)~changes that I cba to explain | Aryadev Chavali | |
2024-07-31 | Big push | Aryadev Chavali | |
2024-07-27 | (Emacs/config)+mpv module configuration in config | Aryadev Chavali | |
Mostly for a binding for mpv-open-video and to load it earlier for org-bookmark | |||
2024-07-27 | (Emacs/elisp)+org-bookmark/make-bookmark function | Aryadev Chavali | |
This will allow for easy automation when using ytsearch: every pair of results can be wrapped in this expression to generate the videos I want. | |||
2024-07-27 | (Emacs/elisp)~Make separate module for mpv from org-bookmark | Aryadev Chavali | |
2024-07-27 | (Scripts)+ytsearch script using ytfzf | Aryadev Chavali | |
Actually quite proud of this one. Uses ytfzf to search up and select videos in YouTube, selecting the titles and URLs of all the videos then putting it on the clipboard. | |||
2024-07-27 | (aspell)+some words | Aryadev Chavali | |
2024-07-27 | (Emacs/config)+eshell/sudo-switch function | Aryadev Chavali | |
2024-07-27 | (Emacs/config)~change Makefile template | Aryadev Chavali | |
2024-07-27 | (Emacs/early-init)~Adjust alpha | Aryadev Chavali | |
2024-07-27 | (Emacs/config|elisp)~+bookmark->org-bookmark and better mpv-args | Aryadev Chavali | |
2024-07-27 | (Emacs/config)~ensure org-directory is an actual directory name | Aryadev Chavali | |
2024-07-27 | (Emacs/config)~abstract +org/search-* into one handler | Aryadev Chavali | |
2024-07-27 | (Emacs/config)~Sort org variables | Aryadev Chavali | |
2024-07-27 | (Emacs/config)~Sort org variables | Aryadev Chavali | |
2024-07-25 | (Emacs/config)-t ligatures from Emacs lisp code | Aryadev Chavali | |
2024-07-25 | (Emacs/elisp)~Fix some annoyances in personal solarized theme | Aryadev Chavali | |
2024-07-25 | (Shell)~Small changes | Aryadev Chavali | |
2024-07-25 | (Emacs)~Set alpha to slightly lower values in early-init | Aryadev Chavali | |
To match st. | |||
2024-07-25 | (Emacs/config)+diff-mode | Aryadev Chavali | |
2024-07-25 | (Emacs/elisp/literate)+delete the old output before making a new one | Aryadev Chavali | |
org-babel-tangle-file works doesn't alter timestamps if it thinks the Emacs Lisp file it could produce isn't any different from the one already there. We've already done the stat check, and don't particularly care for what org-babel-tangle-file thinks. Hence we should delete the file to force org-babel-tangle-file to generate a new file. | |||
2024-07-25 | (Scripts)~fix eselect | Aryadev Chavali | |
Big issue with emacsclient when launching alternate editor with eval instructions: it considers the --eval Lisp code a file name, which it opens as a buffer. Instead, use -a "" which launches Emacs with daemon on if no daemon is running. Also, instead of using a SystemD service for Emacs, let's just manage it via emacsclient. Less dependence on it then. | |||
2024-07-19 | (Emacs/config)~some changes | Aryadev Chavali | |
2024-07-07 | (aspell)+some more words | Aryadev Chavali | |
2024-07-05 | Rewrite some documentation | Aryadev Chavali | |
2024-07-05 | (Emacs/config)~Write better code using system-name-cond | Aryadev Chavali | |
2024-07-03 | (Emacs/config)-unnecessary padding in centre-segment of mode line | Aryadev Chavali | |
2024-07-03 | (Emacs/config)~Fix license at start of config.el | Aryadev Chavali | |
2024-07-03 | (Emacs/config)~Moved setup for :display keyword to near the start | Aryadev Chavali | |
2024-07-03 | (Emacs/config)~Emitted Ivy headings to higher in the hierarchy | Aryadev Chavali | |
2024-07-03 | (Emacs/config)+scheme bindings | Aryadev Chavali | |
2024-07-03 | (Emacs/elisp)~Updated themes a bit | Aryadev Chavali | |
2024-07-03 | (Emacs/config)~Some minor changes | Aryadev Chavali | |
2024-07-02 | (Emacs/elisp)~Use a symbol-shorthand to lower the size of symbols in better ↵ | Aryadev Chavali | |
mode line | |||
2024-07-02 | (Emacs/config)~refactor better-mode-line settings | Aryadev Chavali | |
Use new namespace, move evil-state mode-line generation to personal configuration and add (mode-line-selected-window-p) checks to hide the left and right segment when they're not the focused window. | |||
2024-07-02 | (Emacs/elisp)~refactor better-mode-line | Aryadev Chavali | |
New namespace that's tiny bit less verbose, and refactor on padding generation to stop repeating myself. | |||
2024-07-02 | (Emacs/elisp)+custom solarized based theme | Aryadev Chavali | |
2024-07-02 | (Emacs/config)~Fix up some stuff in mode line | Aryadev Chavali | |
2024-07-01 | (Emacs/config)+globalised olivetti mode | Aryadev Chavali | |
Now everything is aesthetically centred. | |||
2024-07-01 | (Emacs/config)~move some stuff around, small tweaks | Aryadev Chavali | |
2024-07-01 | (Emacs/elisp/license)~Update license names, +URLs to LICENSE text | Aryadev Chavali | |
Now copyright notices can point to a URL instead of my email. | |||
2024-07-01 | (kitty)~Update config | Aryadev Chavali | |
2024-07-01 | (Shell)~TERMINAL is now Kitty | Aryadev Chavali | |
2024-07-01 | (Emacs/elisp)~update personal-primary | Aryadev Chavali | |