Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-23 | (Emacs/core)+nmmap binding K to man | Aryadev Chavali | |
By default evil-lookup-func is woman, which throws annoying warnings and isn't a complete manpage reader. So here I rebind it to use man, which is fully functioning. | |||
2024-04-23 | (Emacs/config)+eshell to oreo/keep-buffers | Aryadev Chavali | |
So my eshell instance doesn't die just cos I'm cleaning up. | |||
2024-04-23 | (Emacs/app)+wdired binding | Aryadev Chavali | |
2024-04-23 | (Emacs/app)-magit-file-dispatch (<leader>vf) and magit-blame (<leader>vb) | Aryadev Chavali | |
2024-04-23 | (Emacs/app|lang)~pdf-tools is disabled, dired-guess-shell pdf zathura | Aryadev Chavali | |
I find pdf-tools really slow in comparison to zathura, with very little benefit to it being integrated into Emacs. Zathura is faster, leaner and more fit for purpose. PDFs, if a shell command may be invoked on them in dired, now show zathura as a default argument. | |||
2024-04-23 | (Emacs/app)+randomise banner-message's cowsay | Aryadev Chavali | |
2024-04-23 | (Emacs/app)~move eshell/goto to subheading | Aryadev Chavali | |
2024-04-23 | (Emacs/lang)~disable "Hydra like lispy" | Aryadev Chavali | |
2024-04-23 | (Emacs/lang)+emacs-lisp-mode-hook prettify-symbols | Aryadev Chavali | |
2024-04-23 | (Emacs/core)+some more bindings | Aryadev Chavali | |
2024-04-23 | (Emacs/config|core)~<SPC-fp>: go to config.org -> search org heading | Aryadev Chavali | |
2024-04-23 | (Emacs/config|core)+move-line-{up|down} | Aryadev Chavali | |
2024-04-20 | (Emacs/local)+game scores | Aryadev Chavali | |
2024-04-20 | (Emacs/*)~cleaning up | Aryadev Chavali | |
2024-04-18 | (Emacs/config)+argument to restrict search-headings to only first level | Aryadev Chavali | |
2024-04-18 | (Emacs/elisp/license)~Behavior when licence-choice is NIL | Aryadev Chavali | |
Instead of defaulting to the Unlicense, we now completely copyright the material. This is the default behavior when a LICENSE is not attached to a project in open source: copyright is completely preserved. | |||
2024-04-18 | (Emacs/lang)+WIP section on Lisp and a hydra for it | Aryadev Chavali | |
2024-04-18 | (Emacs/*)~WIP -> WAIT for subtrees that aren't used | Aryadev Chavali | |
2024-04-18 | (Emacs/lang)~split Lisp section into Emacs lisp and Lisp indent | Aryadev Chavali | |
Not much of a difference but it does make it cleaner to look at. | |||
2024-04-18 | (Emacs/core)+package hydra and use-package-hydra | Aryadev Chavali | |
Defines persistent sub-key-maps which can provide some really nice behavior. | |||
2024-04-18 | (Emacs/lang)~NHexl now works on .out files as well | Aryadev Chavali | |
2024-04-18 | (Emacs/lang)~Disabled SQL, Racket and Haskell | Aryadev Chavali | |
This is obviously just temporary until I find uses for them again. Of course, if I do want to use them I can just call the emacs-lisp block to pull the repository and install it. | |||
2024-04-18 | (Emacs|^)~Some general cleanup | Aryadev Chavali | |
2024-04-16 | (Emacs/elisp)~Clean up haskell-multiedit top | Aryadev Chavali | |
2024-04-16 | (Emacs/config) Languages section -> lang.org | Aryadev Chavali | |
Almost 700 lines of content, might as well move it. | |||
2024-04-16 | (Emacs/config|app)~disabled a few unused packages | Aryadev Chavali | |
2024-04-16 | (Emacs/straight)~updated default.el | Aryadev Chavali | |
2024-04-16 | (Emacs/config)~Makefile auto insert now generates dependencies | Aryadev Chavali | |
Using -M* options in gcc and clang we can generate dependencies for C files which can be used by make to rebuild files based on other files. | |||
2024-04-16 | (Emacs/config)+wgrep binding to grep-mode-map | Aryadev Chavali | |
2024-04-16 | (Emacs/app)+eshell command that goes to `projectile-project-root` if it exists | Aryadev Chavali | |
2024-04-16 | (Emacs/app)~Made eshell prompt a bit cooler | Aryadev Chavali | |
Now it shows if the worktree is unclean and how many commits ahead or behind we are from the remote (if one is set). | |||
2024-04-14 | (Emacs/core)+evil-numbers packages | Aryadev Chavali | |
Increment/decrement number at point. Something from vim which is quite nice. | |||
2024-04-14 | (Emacs/config)~g is not bound in compilation-mode-map | Aryadev Chavali | |
This means I can use, say, ~gg~ to go to the top of the buffer without recompiling. | |||
2024-04-12 | (Emacs/app)+ERC (irc client for Emacs) | Aryadev Chavali | |
2024-04-12 | (Emacs/config)+some bindings | Aryadev Chavali | |
Recompile is now c instead of g | |||
2024-04-09 | (Emacs/init)~updated straight.el in bootstrap | Aryadev Chavali | |
The URL for bootstrap.el has changed as a result of straight now being under a group rather than a user. Just means I need to change it here. While doing so, I update the bootstrap version as well. | |||
2023-10-22 | (Emacs)+sly bindings and some other stuff | Aryadev Chavali | |
2023-10-21 | (Emacs/config)~Moved save-hist configuration to Small packages | Aryadev Chavali | |
2023-10-21 | (Emacs/app)+eww bindings for copying urls | Aryadev Chavali | |
2023-10-21 | (Emacs/personal-primary-theme)~changed fonts for string and type | Aryadev Chavali | |
2023-10-21 | (Emacs/core)~sort general leaders | Aryadev Chavali | |
2023-10-21 | (Emacs/config)+function to search config org headings | Aryadev Chavali | |
2023-10-21 | (Emacs/config)+savehist configuration | Aryadev Chavali | |
2023-10-21 | (Emacs/app)~disable xwidgets | Aryadev Chavali | |
Not useful | |||
2023-10-16 | (Emacs/config)+enable caching in projectile | Aryadev Chavali | |
Fixes issue where opening a project for the first time via "SPC-p-p" then selecting a file was very laggy. | |||
2023-10-16 | (Emacs/config)~disable esup by default | Aryadev Chavali | |
Only when I'm doing an optimising job do I need esup. Shouldn't need it otherwise. | |||
2023-10-16 | (Emacs/config|init)~heavily optimised startup time | Aryadev Chavali | |
Used esup to figure out some points of pain, then fixed them. Also set gc-cons-threshold at start of init.el really high, then reset after finished loading. | |||
2023-10-16 | (Emacs/config)~cleaned some markup, +memory-report bind | Aryadev Chavali | |
2023-10-15 | (Emacs/config)+introduction | Aryadev Chavali | |
2023-10-15 | (Emacs/app)+Image-mode configuration | Aryadev Chavali | |