aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-05~yapf to python2oreodave
2019-11-05+for the memeoreodave
2019-11-04+binding for school diroreodave
2019-11-04~justification for oreomodeoreodave
2019-11-04+function to open ~/School in diredoreodave
Useful for reading school notes
2019-11-04+make school dir and a few more text depsoreodave
+touch notes and todo in ~/Text +mkdir school directory
2019-11-04~bindings for filesoreodave
<SPC>ff -> :Files . <CR> <SPC>fF -> :Files (input)
2019-11-04+gruvbox theme to safe themes with a few othersoreodave
2019-11-04~moved treemacs/toggle call to end of routineoreodave
+treemacs/toggle forces the cursor to focus on it. Open windows first then toggle treemacs.
2019-11-04+set display-line-numbers-type to niloreodave
Reasoning given in buffer
2019-11-04+oreomode for some basic recurrent operationsoreodave
2019-11-04~theme to gruvboxoreodave
2019-11-04~testing more themes, new themes to alistoreodave
2019-11-04~themes to be better representative of what I wantoreodave
2019-11-04+base 16 themesoreodave
2019-11-04~themes init.eloreodave
2019-11-04+abbrev table for greek lettersoreodave
2019-11-04+theme config itemsoreodave
2019-11-02+MEGA CHANGE, read beloworeodave
~custom portion -> custom functions and respective subheadings ~extracted functions for going to books and reloading Emacs into their own section ~moved most of the custom meta stuff into the General Keymap because they can be implemented using the ":after" thingy ~General Keymap -> Keymap +dashboard functionality: using dashboard API changed some stuff on the dashboard, mainly the number of items and the splash screen ~wttrin custom function doesn't await loading, it's a small package and functionality set anyway, and is part of the dashboard as well ~bracing style is more concrete: If in the same function call/attribute, up to two layers, cement Otherwise leave open.
2019-11-02+search provider sectionoreodave
2019-11-02+org directory headingoreodave
2019-11-02~cleaned up interface headingoreodave
2019-11-02~sectioned off doom variables sectionoreodave
+description for code
2019-11-02+headings for separating each part of source codeoreodave
2019-11-02-warning level settingoreodave
Org error has been removed, so what's the point of this? Only stops me from seeing any critical errors I might've missed.
2019-11-02+prelude to Simple variables headingoreodave
2019-11-02~Global variables -> Simple variablesoreodave
Functions and stuff that take less than 2 lines
2019-11-02~detailing the situation of Emacs in my systemoreodave
It has now fully overtaken most of my development activities, and is central to my process now.
2019-11-02~emacs -> Emacs (capitalisation)oreodave
2019-11-02~bindings to somewhat resemble doom Emacsoreodave
More thought needs to be put into this.
2019-11-02-fzf entry system, I'll manage on my ownoreodave
2019-11-02-plugins that are uselessoreodave
Vim has been very slow, and I've been procrastinating to fix this. When using Vim on a new machine with just the bare minimums I was reminded of the insane speed it could access, so I removed items I felt were increasing time to boot or were useless.
2019-11-01+search config to add libgen to setoreodave
2019-11-01+tag narrow in buffer map for org modeoreodave
2019-11-01+commentoreodave
2019-11-01-c-style languages config because it's redundantoreodave
2019-11-01+dap configuration to start ui and a mappingoreodave
2019-11-01+map for dired to make using it reasonableoreodave
2019-11-01+e alias so emacsclient is easier to openoreodave
Removed clang format file
2019-11-01-packages nov and mmm-mode because they're uselessoreodave
2019-11-01~variablesoreodave
2019-11-01+editor configoreodave
Easier to use this than to use emacs' settings
2019-11-01-download items sectionoreodave
Barely use it, useless for anything except *get* requests.
2019-11-01~books binding in general keymaporeodave
2019-11-01+splash image for emacsoreodave
Killer Queen image from Part 4 of JoJo. Just thought it would look nice
2019-11-01~font to Hackoreodave
Using a little snippet of code to change some symbols back to normal
2019-10-25~"c-mode c++-mode" -> cc-mode for c hookoreodave
Finally found why my C config wasn't working correctly: wasn't targeting the right package in after
2019-10-25~emacs-lisp -> elisp in src blocksoreodave
elisp is easier to read, write and say than emacs-lisp. Verbosity isn't necessarily the best policy
2019-10-25~custom functionality -> meta/custom other stufforeodave
Renamed header because it was more that than this. +feature to universally format code using format-all
2019-10-25+alias clang-format to use local files for stylesoreodave