Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-25 | (Emacs)~clean up code as a result of byte compile | Aryadev Chavali | |
2021-03-25 | (Emacs)~clean up modelines for refined output | Aryadev Chavali | |
2021-03-25 | (Emacs)~minor edits | Aryadev Chavali | |
2021-03-25 | (Emacs)+telephone-line config | Aryadev Chavali | |
This replaces the default modeline for a cleaner more colourful and dynamic one. | |||
2021-03-25 | (Emacs)~minor edits and configurations | Aryadev Chavali | |
2021-03-25 | (Emacs)~disable ido and use ivy | Aryadev Chavali | |
Trying out ivy again, thinking it might be the one to use. | |||
2021-03-25 | (Emacs)~move Amx to core packages | Aryadev Chavali | |
Now I can use amx in any completion package of my choice. | |||
2021-03-25 | (Emacs)~async-shell-command use-package async -> simple | Aryadev Chavali | |
async is not a package in Emacs 28, so no need to use it. | |||
2021-03-24 | (Emacs)~clean up code | Aryadev Chavali | |
2021-03-24 | (Emacs)~evil-magit -> evil-collection-magit | Aryadev Chavali | |
2021-03-24 | (Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-preview | Aryadev Chavali | |
2021-03-24 | (Emacs)~xwidget added some new features | Aryadev Chavali | |
2021-03-24 | (Emacs)~moved =Emacs Mode-line= to =Core Packages= | Aryadev Chavali | |
2021-03-24 | (Emacs)~html_container setup for headings, html export is nicer | Aryadev Chavali | |
2021-03-24 | (Emacs)~split XWidget Core: XWidget Core + XWidget Extensions | Aryadev Chavali | |
2021-03-24 | (Emacs)+local-leader and some binds for dired and eshell using it | Aryadev Chavali | |
2021-03-23 | (Emacs)~eglot C/C++ lsp server ccls->clangd | Aryadev Chavali | |
clangd comes inbuilt with clang-lib so it should be on your system already, it's much faster and cleaner than ccls currently and takes less memory. | |||
2021-03-23 | (Emacs)~formatting and minor edits for clarity and such | Aryadev Chavali | |
2021-03-22 | (Emacs)+ton of evil bindings, especially switching certain functions | Aryadev Chavali | |
2021-03-22 | (Emacs)+leader binding to switch to dashboard | Aryadev Chavali | |
2021-03-22 | (Emacs)~propagate change in keybinding for isearch in isearch-mode-map | Aryadev Chavali | |
M-s is the new binding for starting isearch, so surely that should also be used when isearching? | |||
2021-03-22 | (Emacs)~avy-goto-char-timer now uses C-s, switching with isearch | Aryadev Chavali | |
2021-03-22 | (Emacs)+display record for calendar | Aryadev Chavali | |
2021-03-22 | (Emacs)~dired-listing-switches to reduce noise of dired window | Aryadev Chavali | |
This removes the . and .. directories, colours any of them, groups by directory first, etc | |||
2021-03-22 | (Emacs)~calc-mode now has display record and uses evil-collection | Aryadev Chavali | |
2021-03-22 | (Emacs)~clang-format package now uses default sys installation | Aryadev Chavali | |
This adds a dependency to the main system to provide the clang lib packages, but they should be there anyway. | |||
2021-03-22 | (Emacs)+hl-todo package configuration | Aryadev Chavali | |
Very useful package that makes TODOs pop a bit more. | |||
2021-03-22 | (Emacs)~minor edits to text and preambles | Aryadev Chavali | |
2021-03-17 | (Emacs)~small changes, -counsel etags | Aryadev Chavali | |
2021-03-15 | (Emacs)+set coding system and blinking-cursor | Aryadev Chavali | |
2021-03-12 | (Emacs)~change names of abbrevs to 4 letters for efficiency | Aryadev Chavali | |
2021-03-12 | (Emacs)+web-mode-code-indent-offset to 2 | Aryadev Chavali | |
2021-03-12 | (Emacs)+command to compile via comint mode | Aryadev Chavali | |
This makes passwords easier to enter as well as managing user interaction through =(compile)=. | |||
2021-03-12 | (Emacs)+calendar section | Aryadev Chavali | |
This just adds some functionality to calendar to copy dates and such. Also toggle function with binding. | |||
2021-03-12 | (Emacs)-evil lion | Aryadev Chavali | |
Evil-lion isn't needed when I can just use visual mode and =align-regexp=. | |||
2021-03-12 | (Emacs)~fixed :pretty use-package keyword, impl on all +pretty calls | Aryadev Chavali | |
2021-03-12 | (Emacs)~small edits to explanations and some basic edits to code | Aryadev Chavali | |
2021-03-09 | (Emacs)~c-default-style: let each major-mode decide its style for itself | Aryadev Chavali | |
2021-03-09 | (Emacs)+java c-style and a few other edits | Aryadev Chavali | |
2021-03-09 | (Emacs)+c/c++ auto inserts | Aryadev Chavali | |
2021-03-09 | (Emacs)+nhexl-mode | Aryadev Chavali | |
nhexl-mode improves the inbuilt hexl-mode. | |||
2021-03-09 | (Emacs)+custom personalised ada-mode | Aryadev Chavali | |
The defautl ada-mode requires the installation of many different tools, the compilation of several different systems and much more. I wasn't able to fix all the issues with my installation so I decided to scrap it and make my own. This mode just colourises the buffer so far, but I hope to implement indentation shortly. | |||
2021-03-09 | (Emacs)+rg.el command to search in new frame | Aryadev Chavali | |
rg.el uses the compilation system to manage and display results (similar to the *grep family of functions in Emacs). I'd like to be able to search in a separate frame (making that a 'searcher' frame) instead of the current frame sometimes, so make a command that does that for me. | |||
2021-03-09 | (Emacs)~make rip(grep) section preamble a bit nicer to read | Aryadev Chavali | |
2021-03-09 | (Emacs)+hl-line mode | Aryadev Chavali | |
Just looks nice :) | |||
2021-03-09 | (Emacs)~set states for bindings from normal to normal & motion | Aryadev Chavali | |
Motion state is used in compilation buffers, which is why my bindings never seemed to work in them. So to counteract this just set all bindings to both normal and motion states. | |||
2021-03-09 | (Emacs)~minor changes and edits | Aryadev Chavali | |
2021-03-08 | (Emacs)+dashboard package | Aryadev Chavali | |
Instead of using the scratch buffer for the initial opening splash screen (which, while incredibly minimalist, was not very informative or functional) I installed and configured the 'dashboard' package which provides a fancier splash screen for Emacs. | |||
2020-12-02 | (Emacs)+yaml mode configuration | Aryadev Chavali | |
2020-12-02 | (Emacs)+org reveal configuration | Aryadev Chavali | |
Org reveal is a system that allows org documents to be exported into HTML presentations. |