aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
AgeCommit message (Collapse)Author
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)~logo to oreo logoAryadev Chavali
2021-07-25(Emacs)~minor editsAryadev Chavali
~haskell-process-type is now stack-ghci +feature to switch to dashboard with each new frame
2021-07-25(Emacs)+html auto insert templateAryadev Chavali
2021-07-25(Emacs)+undo-tree package and fit into EvilAryadev Chavali
2021-07-25(Emacs)~some changes, checkout the message for detailsAryadev Chavali
~changed unicode true ~minor edits to text ~org-imenu-depth is set higher so it can be substituted for org-goto -+autotyping/gen-skeleton-abbrev as I'm using yasnippet now
2021-07-25(Emacs)+snippets from doom-snippet and removed default packageAryadev Chavali
I've re-enabled yasnippet for ease of use, and added a ton of snippets directly into my Dotfiles so only I get to curate what snippets are removed. Screw downloading them off someone else's repository at their total mercy.
2021-07-10(Emacs)~emacs 27 downgrade, no need for evil-undo-systemAryadev Chavali
Keep this commit in case I wanna go back to Emacs 28
2021-07-06(General)~loads of commits, getting ready to port dotfiles to another machineAryadev Chavali
2021-05-06(Repo)~general changes that I cba to documentAryadev Chavali
2021-03-25(Emacs)-preambles, just make it part of the main text bodyAryadev Chavali
2021-03-25(Emacs)~cleaned up loads of bindings into one use-package declAryadev Chavali
2021-03-25(Emacs)-table of contents from org file in exportsAryadev Chavali
2021-03-25(Emacs)~clean up code as a result of byte compileAryadev Chavali
2021-03-25(Emacs)~clean up modelines for refined outputAryadev Chavali
2021-03-25(Emacs)~minor editsAryadev Chavali
2021-03-25(Emacs)+telephone-line configAryadev Chavali
This replaces the default modeline for a cleaner more colourful and dynamic one.
2021-03-25(Emacs)~minor edits and configurationsAryadev Chavali
2021-03-25(Emacs)~disable ido and use ivyAryadev Chavali
Trying out ivy again, thinking it might be the one to use.
2021-03-25(Emacs)~move Amx to core packagesAryadev Chavali
Now I can use amx in any completion package of my choice.
2021-03-25(Emacs)~async-shell-command use-package async -> simpleAryadev Chavali
async is not a package in Emacs 28, so no need to use it.
2021-03-24(Emacs)~clean up codeAryadev Chavali
2021-03-24(Emacs)~evil-magit -> evil-collection-magitAryadev Chavali
2021-03-24(Emacs)+local-leader binds,~org-fragtog -> inbuilt org-latex-previewAryadev Chavali
2021-03-24(Emacs)~xwidget added some new featuresAryadev 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 nicerAryadev Chavali
2021-03-24(Emacs)~split XWidget Core: XWidget Core + XWidget ExtensionsAryadev Chavali
2021-03-24(Emacs)+local-leader and some binds for dired and eshell using itAryadev Chavali
2021-03-23(Emacs)~eglot C/C++ lsp server ccls->clangdAryadev 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 suchAryadev Chavali
2021-03-22(Emacs)+ton of evil bindings, especially switching certain functionsAryadev Chavali
2021-03-22(Emacs)+leader binding to switch to dashboardAryadev Chavali
2021-03-22(Emacs)~propagate change in keybinding for isearch in isearch-mode-mapAryadev 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 isearchAryadev Chavali
2021-03-22(Emacs)+display record for calendarAryadev Chavali
2021-03-22(Emacs)~dired-listing-switches to reduce noise of dired windowAryadev 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-collectionAryadev Chavali
2021-03-22(Emacs)~clang-format package now uses default sys installationAryadev 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 configurationAryadev Chavali
Very useful package that makes TODOs pop a bit more.
2021-03-22(Emacs)~minor edits to text and preamblesAryadev Chavali
2021-03-17(Emacs)~small changes, -counsel etagsAryadev Chavali
2021-03-15(Emacs)+set coding system and blinking-cursorAryadev Chavali
2021-03-12(Emacs)~change names of abbrevs to 4 letters for efficiencyAryadev Chavali
2021-03-12(Emacs)+web-mode-code-indent-offset to 2Aryadev Chavali
2021-03-12(Emacs)+command to compile via comint modeAryadev Chavali
This makes passwords easier to enter as well as managing user interaction through =(compile)=.