aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-14(Emacs)~minor changesAryadev Chavali
2022-09-14(Emacs)+eshell extra functionality to eshellAryadev Chavali
+ Nicer prompt which shows git information on the fly. + Cute figlet banner for start of eshell Pretty nifty!
2022-09-14(Emacs)+early-init native-compilation optionsAryadev Chavali
Set to 4 workers at the start to make compilation at least as fast as possible: my laptop has 4 cores so it'll just slow it down until early compilation is done, while my desktop can still keep going as it has 8 threads. In config.org this is setup correctly so the rest of the config (which is the much larger part) uses a system dependent number of cores.
2022-09-14(Emacs)~colours of mode-lineAryadev Chavali
In particular they now have *blue foregrounds with a dull blue for inactive buffers.
2022-09-14(Emacs)~update pdf-tools free versionAryadev Chavali
2022-09-14(Mail)~post-new hook so that emails from me aren't in inboxAryadev Chavali
2022-09-14(XServer)~xrandr records for monitors, picom now uses vsyncAryadev Chavali
2022-09-14(Shell)+systemd call to import user PATH to modules, debuginfo callAryadev Chavali
SystemD now knows my path on user login, which is a great help as Emacs has always been kinda weird in server mode (which I've only just figured out to be a problem of SystemD rather than Emacs). debuginfod's profile script for some reason doesn't work for zsh, which means the ~DEBUGINFOD_URL~ variable isn't set. So set it up here.
2022-09-14(SXHkD|Scripts)~changed some detailsAryadev Chavali
~ made emacsclient calls with no alternate editors in eselect (confidence in server) ~ made notmuch option on eselect actually work properly ~ adjusted icons in status scripts
2022-09-14(Emacs)~whitespace now shows spacesAryadev Chavali
Might be kinda useless but I think it actually makes it a bit easier to distinguish what's written in a file.
2022-09-14(Emacs)~changes to dired configurationAryadev Chavali
In order of complexity: - set (leader "dd") to ~dired~ rather than ~dired-jump~, because I think it's better to have an option to choose directory - +dired/maybe-frame -> dired-other-frame (just use another frame always) - dired-omit-mode config: - When ~dired-hide-details-mode~ is on, hide all dot(files/directories) - When ~dired-hide-details-mode~ is off, show all files (turn off ~dired-omit-mode~) - This is achieved by hooking ~+dired/omit-files~ (which does the above) to ~dired-hide-details-mode-hook~
2022-09-14(Emacs)+all-the-iconsAryadev Chavali
Allows for insertion of emojis, though ~counsel-unicode-char~ allows you to do that too 🤔
2022-09-14(Emacs)~rg binding "sr"->"sR"Aryadev Chavali
I use counsel-rg usually as it provides instant results. At the point where I'll need a compilation-like buffer of results I'll just use one of the *grep functions, which work regardless of ripgrep being installed (essentially just learn one tool, well, rather than multiple tools, badly.)
2022-09-14(Emacs)~display-line-numbers-type absolute->relativeAryadev Chavali
Relative numbers are cooler, easier to see what your program is reading in a file using relative numbers.
2022-09-14(Emacs)+feature to +olivetti-modeAryadev Chavali
Now disables mode line for extra *immersion*
2022-09-14(Emacs)+object based compilation for Makefile auto insertAryadev Chavali
Faster overall, incremental compilation.
2022-09-14(Emacs)+compile keybindingsAryadev Chavali
next-error, previous-error and recompile to make compilation easier: I can now traverse through errors and retry compiling without having to leave code buffers!
2022-09-14(Emacs)~= -> ~ code tagAryadev Chavali
2022-09-14(Emacs)+clean buffer list functionalityAryadev Chavali
Better than using ibuffer, just does it like a macro.
2022-09-14(Emacs)+dired insert all subdirectories -dired display functionsAryadev Chavali
Just a nice bit of functionality, also added bindings for stuff I've needed when using dired recently.
2022-09-14(Emacs)~clean up headings, descriptions and bits of codeAryadev Chavali
2022-09-14(Emacs)+italic to ivy-current-match personal-primary-themeAryadev Chavali
2022-09-14(Emacs)~org bindings org-ctrl-c->org-todo, insert strucutre templateAryadev Chavali
2022-09-14(Emacs)~default size of font on oldboy 125->140Aryadev Chavali
Old man eyes
2022-09-14(Emacs)+org/swiper-gotoAryadev Chavali
Better version of org-goto, use in place imenu when in org mode documents
2022-09-14(Emacs)+toggles for undo-tree-visualize and whitespace-modeAryadev Chavali
2022-09-14(Emacs)~description for calc modeAryadev Chavali
List of tools.
2022-09-14(Emacs)+ivy posframeAryadev Chavali
Last time I used this thing was 3 years ago (5c72c72) in Doom. This configuration is largely similar to that, but without whatever magic doom did for the 'childframe' module.
2022-09-14(Emacs)~reordered ivy/counsel blocks, ~better defer patternsAryadev Chavali
Set orderless ivy integration in orderless package rather than ivy for better deferral. Set counsel-grep-swiper-limit to ~1.5MB because swiper usually can handle it and I really don't like counsel-grep as I need to put in at least two characters to get a result back.
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-30(alacritty)~opacity to properly workAryadev Chavali
Classifies under window, set opacity there.
2022-07-30(alacritty)~background_opacity->window.opacityAryadev Chavali
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(README)~update READMEAryadev Chavali
2022-07-28(SXHkD)+bindings,~linksAryadev Chavali
2022-07-28(Mail|Shell)~clean upAryadev Chavali
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.