aboutsummaryrefslogtreecommitdiff
path: root/doom.d
AgeCommit message (Collapse)Author
2020-02-08+lsp configAChavali
LSP config that triggers lsp-ui-doc-mode when lsp is loaded. Also sets lsp-ui-doc-position to top because it's really annoying to see it pop up on cursor.
2020-02-08-c# styleAChavali
No need for it, when I already have one installed with C# mode.
2020-02-08~allman -> custom c-styleAChavali
This c-style doesn't fully conform to allman, using parts of Linux, thus let's just call it custom.
2020-02-08+ivy posframe general configAChavali
For all ivy functions, display at the bottom center. Will be specialised soon.
2020-02-08-vterm configAChavali
No need to use Emacs as my shell. Just use Konsole and be happy. As a result, no need to load vterm early.
2020-02-08~decomposed C# config into several subheadingsAChavali
Same reason as big keymap. Easier to work with.
2020-02-08~keymap is now decomposed into several subheadingsAChavali
Keymap needs to be split because oh god trying to edit it as one huge block was a bad idea. Instead split it into module components and write there. Easier to navigate, edit and consider than one massive block.
2020-02-08~moved all descriptors above code blocksAChavali
Easier to read and understand what this code block does if I describe it straight away rather than scrolling to the bottom to see what it does.
2020-02-08+bookmark-default-fileAChavali
Bookmarks getting deleted everytime I update doom is so annoying. Instead, store it in the private dir from the get go
2020-02-08~string= for test in cl-pushnew lookup-providerAChavali
:test string= makes it so cl-pushnew will test if there are any "Libgen" records already in the alist before pushing. Basically, unique records.
2020-02-08-wakatimeAChavali
No need to send my shit elsewhere, I'll handle timing myself if necessary. I really don't use this service anymore, and honestly it's more of a hassle than needed.
2020-02-08~wakatime-cli-path ~/.local/bin/wakatimeAChavali
~/.local/bin/wakatime is the location a pip --user install puts wakatime to. Use that from now on.
2020-02-08~changes to modules in doomAChavali
+childframe for ivy as it is useful, can configure it to go anywhere -lsp for haskell because it doesn't work +pomodoro for the pomodoro technique +rust with lsp because I want to start learning rust
2020-01-17+gentemplate module clones templates from githubAChavali
gentemplate from sh but in Emacs! Uses magit-clone to get the repositories, and can actually detect if you're offline just to use a different version that copies it locally from your machine.
2020-01-17~prefix / -> prefix sAChavali
I've finally moved on with doom to SPC s instead of SPC /. SPC s is faster than /. Most of the functions are on their excluding searching via etags, so I just need that.
2020-01-17+omnisharp--unit-test-emit-resultsAChavali
I have to see the test output from my tests!
2020-01-17~load! -> loadAChavali
if loading the destination file, it will not be local but rather the expanded version of it
2020-01-17~clean up writers moduleAChavali
:after-call specifically for org mode now setqs are preserved for one use only
2020-01-17~packages.el -> packages.orgAChavali
Using an org file for packages now! Explaining my choices and stuff. packages.el loads bin/packages.el now
2020-01-17-something inserted by customize in init.elAChavali
2020-01-17~big things changing in doomAChavali
2020-01-17~load bin/config.el locallyAChavali
No need to do all the hard work when "load!" does it for me
2020-01-17+new component for web-modeAChavali
Doing react, may as well use this snippet from vscode
2020-01-05+org-gcal +defer to calendar-open-function calledAChavali
org-gcal is only used for calendar events, thus only when the calendar is opened should it be used
2020-01-05~no need for darkroom because zenmode existsAChavali
2020-01-05~org-mode -> orgAChavali
The official package name is org, not org-mode. Thus the packages don't defer properly.
2020-01-05+vterm package config to load it at first commandAChavali
I use Emacs as my terminal emu now, which means vterm needs to be loaded from the get go.
2020-01-05~switch to the space images that val0r providesAChavali
This black hole image is much better than the other space image, though I may interchange between them
2020-01-05~Internal -> Package config, defer wakatime to pre-command-hookAChavali
~Package config is more fitting a name ~Wakatime should be deferred till after the first command is run
2020-01-05~font size 20 -> 17AChavali
2020-01-05+overlay to evalAChavali
Quickly evaluating stuff should not pop up a minibuffer
2020-01-05+vterm and zenAChavali
+vterm for much better terminals in Emacs, to the point where it is now my official terminal emulator +zen mode for quiet writing and reading experience
2020-01-05~switched back to normal modelineAChavali
Fixes have made the modeline better
2020-01-05~repositioned ivy to top of completionAChavali
2020-01-03+some better descriptors to config.elAChavali
2020-01-03+or condition to compile hook for literate configAChavali
2020-01-03~password-store-get -> password-store/get-passwordAChavali
Use my own function instead of theirs, I like the GUI for pass more than the text version
2020-01-03+function to do password-store myselfAChavali
2019-12-31~lookup+docsets, intero -> lspAChavali
Lookup docsets is required in other languages for some reason (?) Intero is no longer maintained, thus I have to use LSP.
2019-12-31~renamed some stuff and moved around sectionsAChavali
2019-12-31~refining titlesAChavali
2019-12-31+spacing between links in .org filesAChavali
2019-12-31+darkroom mode configuration in writers moduleAChavali
2019-12-31~made location an optional argument in tangle-allAChavali
2019-12-31~clean up hooksAChavali
2019-12-31+basic README with links to parts of the configAChavali
2019-12-31~using oreodave..destination rather than regexAChavali
2019-12-30~more explanation and removed tangle-allAChavali
Don't need to tangle as every time I do an edit through Emacs it'll load the change directly
2019-12-30~moved add-hook to inside the hook function declAChavali
Hook function is in tandem with the add-hook declaration. ~README.org is to be ignored when coding the config, it's not a literate component
2019-12-30~tangle-all takes a location to source files fromAChavali
Instead of being attached to the doom.d private config set, I can use this function to route to another directory if wished