AChavali
116cfec811
-wakatime
...
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 13:08:56 +00:00
AChavali
9166757080
~wakatime-cli-path ~/.local/bin/wakatime
...
~/.local/bin/wakatime is the location a pip --user install puts wakatime
to. Use that from now on.
2020-02-08 13:06:47 +00:00
AChavali
0be45db983
~changes to modules in doom
...
+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-02-08 13:05:44 +00:00
AChavali
8d77f06ae5
+gentemplate module clones templates from github
...
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 02:33:05 +00:00
AChavali
ec4d0c22cd
~prefix / -> prefix s
...
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 02:32:24 +00:00
AChavali
afdd948e27
+omnisharp--unit-test-emit-results
...
I have to see the test output from my tests!
2020-01-17 02:32:01 +00:00
AChavali
a124a76ffe
~load! -> load
...
if loading the destination file, it will not be local but rather the
expanded version of it
2020-01-17 02:31:28 +00:00
AChavali
febf1879fa
~clean up writers module
...
:after-call specifically for org mode now
setqs are preserved for one use only
2020-01-17 02:30:57 +00:00
AChavali
d7d642bdd9
~packages.el -> packages.org
...
Using an org file for packages now! Explaining my choices and stuff.
packages.el loads bin/packages.el now
2020-01-17 02:30:09 +00:00
AChavali
e561e37e09
-something inserted by customize in init.el
2020-01-17 02:29:52 +00:00
AChavali
e18c34954c
~big things changing in doom
2020-01-17 02:29:26 +00:00
AChavali
23ce5e97d2
~load bin/config.el locally
...
No need to do all the hard work when "load!" does it for me
2020-01-17 02:26:29 +00:00
AChavali
9465707042
+new component for web-mode
...
Doing react, may as well use this snippet from vscode
2020-01-17 02:26:09 +00:00
AChavali
71d28c3930
+org-gcal +defer to calendar-open-function called
...
org-gcal is only used for calendar events, thus only when the calendar
is opened should it be used
2020-01-05 22:53:19 +00:00
AChavali
d1a057ab86
~no need for darkroom because zenmode exists
2020-01-05 22:53:19 +00:00
AChavali
8e736e97c2
~org-mode -> org
...
The official package name is org, not org-mode. Thus the packages don't
defer properly.
2020-01-05 22:51:47 +00:00
AChavali
80cf04fc02
+vterm package config to load it at first command
...
I use Emacs as my terminal emu now, which means vterm needs to be loaded
from the get go.
2020-01-05 22:51:09 +00:00
AChavali
acad41f28a
~switch to the space images that val0r provides
...
This black hole image is much better than the other space image, though
I may interchange between them
2020-01-05 22:50:37 +00:00
AChavali
264de06b96
~Internal -> Package config, defer wakatime to pre-command-hook
...
~Package config is more fitting a name
~Wakatime should be deferred till after the first command is run
2020-01-05 22:49:54 +00:00
AChavali
fd0c0c4361
~font size 20 -> 17
2020-01-05 22:49:29 +00:00
AChavali
079f2d6561
+overlay to eval
...
Quickly evaluating stuff should not pop up a minibuffer
2020-01-05 22:48:51 +00:00
AChavali
0b8f3e4f65
+vterm and zen
...
+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 22:48:03 +00:00
AChavali
510e145dca
~switched back to normal modeline
...
Fixes have made the modeline better
2020-01-05 22:47:36 +00:00
AChavali
936db0b48c
~repositioned ivy to top of completion
2020-01-05 22:47:16 +00:00
AChavali
026c245d2a
+some better descriptors to config.el
2020-01-03 03:06:13 +00:00
AChavali
87818b48c5
~made spc use emacs as backup editor, export PF_INFO
...
using pfetch instead of neofetch
spc fails if no emacs open
2020-01-03 01:04:50 +00:00
AChavali
a0ddfe0bce
+or condition to compile hook for literate config
2020-01-03 00:59:56 +00:00
AChavali
b42df21947
~password-store-get -> password-store/get-password
...
Use my own function instead of theirs, I like the GUI for pass more than
the text version
2020-01-03 00:59:04 +00:00
AChavali
d119ea2d8d
+function to do password-store myself
2020-01-03 00:57:47 +00:00
AChavali
0b098257a3
~lookup+docsets, intero -> lsp
...
Lookup docsets is required in other languages for some reason (?)
Intero is no longer maintained, thus I have to use LSP.
2019-12-31 13:42:23 +00:00
AChavali
b49bbba7bc
~renamed some stuff and moved around sections
2019-12-31 13:42:06 +00:00
AChavali
b8f5f8c5c2
~refining titles
2019-12-31 00:33:06 +00:00
AChavali
0494ba9027
+spacing between links in .org files
2019-12-31 00:32:04 +00:00
AChavali
53ada564f4
~cleaned up readme to be a bit more explanatory
2019-12-31 00:31:23 +00:00
AChavali
7f2cad970e
+darkroom mode configuration in writers module
2019-12-31 00:31:23 +00:00
AChavali
36435f410e
~made location an optional argument in tangle-all
2019-12-31 00:31:23 +00:00
AChavali
736b16ffb3
~clean up hooks
2019-12-31 00:31:23 +00:00
AChavali
414a59a6c9
+basic README with links to parts of the config
2019-12-31 00:31:23 +00:00
AChavali
efa3e1ec59
~using oreodave..destination rather than regex
2019-12-31 00:31:05 +00:00
AChavali
0ed4d59ed0
~more explanation and removed tangle-all
...
Don't need to tangle as every time I do an edit through Emacs it'll load
the change directly
2019-12-30 23:51:17 +00:00
AChavali
9c3a255f90
~moved add-hook to inside the hook function decl
...
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 23:30:55 +00:00
AChavali
abfb93bb37
~tangle-all takes a location to source files from
...
Instead of being attached to the doom.d private config set, I can use
this function to route to another directory if wished
2019-12-30 23:29:11 +00:00
AChavali
bc0eb86b03
~variadic-remove -> remove-mult
2019-12-30 23:28:52 +00:00
AChavali
0fb7c802f2
+variables: bin-dir, preloaded-files
...
bin-dir for where the el files should end up, preloaded-files for files
that don't need to be loaded
2019-12-30 23:28:01 +00:00
AChavali
96fb4cb201
~literate config setup -> literate configuration
2019-12-30 23:27:42 +00:00
AChavali
5bd1fbf51a
~config.org -> modules/config.org
...
config.el is a file that routes to the bin/config.el, and now config.org
is a module
2019-12-30 23:26:29 +00:00
AChavali
091d316c83
~modules -> bin for el files
...
Changed literate config to use bin as the el file location, so that my
main space isn't cluttered with el files
2019-12-30 23:23:56 +00:00
AChavali
85c5e30142
+wrapped my own literate config setup!
...
+literate.org file that holds the config program
+bootstrap to config.org that loads the literate.el file, which in turn
parses all the other files and loads everything
-literate config module, I have my own now
2019-12-30 21:02:25 +00:00
AChavali
d2b26253ef
~made wakatime-mode deferred
2019-12-30 21:02:25 +00:00
AChavali
7a57e08e4a
~personal -> variables
2019-12-30 21:02:25 +00:00