| Age | Commit message (Collapse) | Author | 
|---|
|  | I used an iterative style for it before, but now its more functional
as there is a 1-1 mapping between pairs given and cond forms. | 
|  | Instead of using leader for everything, with infixes, I create custom
definers for each prefix root.  This is along with better which key
strings and makes the code easier to read: instead of setting up
several bindings across all namespaces I must define each binding in
its respective leader. | 
|  | Cleaner text and more dividing particularly in the previous sections. | 
|  |  | 
|  |  | 
|  | + save place
+ global auto revert
- +pretty/* functions
+ esup
+ some randomised messages for dashboard footer
+ some eshell functionality
~ disabled ada mode
+ tons of bindings for org tables | 
|  | ~ changed emacs theme background for isearch
~ updated default.el
~ changed vim theme | 
|  | Timer which runs weekly, copying my directory completely.  Very naive,
I'm thinking compression should be my first effort. | 
|  | I might do this regularly, so when setting up a new machine I know
what packages I used on my other machines. | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  |  | 
|  | +org-ref
+xref config
~descriptions | 
|  |  | 
|  | Looks nicer, fancier and gives me a warm feeling inside. | 
|  | This is incase it is charging. | 
|  |  | 
|  |  | 
|  | This is so Emacs (via systemd) gets the most up to date information
possible. | 
|  | Pretty big file, bit quicker than using Algorithms. | 
|  | Now I don't get flooded by information when I open an org file, just
headings. | 
|  | Now allows numeric arguments to be passed to the buffer creation
function.  This is especially useful for ~eshell~ which allows
creation of multiple instances using a numeric argument: very useful
for managing multiple buffers.  It's an optional argument but I err on
the side of caution so by default I'll set it to nil if I don't want
this feature. | 
|  |  | 
|  | + bindings for flycheck-(next|prev)-error
~ bindings for org mode (now has prefix "l" for links)
~ c(++?)-mode's binding for c-(beg|end)-of-statement now set just for
  c(++?)-mode | 
|  | ~ Links were misaligned
~ Descriptions
~ Titles
~ :display blocks
- environment section as systemd gets path variables in .zprofile | 
|  | I really like Eshell.  Fanboy a bit about it in my configuration, and
describe its true abilities.  Further split up the config so it's a
bit easier to read. | 
|  | Change namespace for my configurations custom functions, better
representation. | 
|  | Flip ~+dired/omit-mode~'s value before toggling dired-omit-mode. | 
|  | I was stupid and pushed an improper version of custom.el | 
|  |  | 
|  |  | 
|  |  | 
|  | Preferably don't use this?  Just configure in config.org or init.el,
can be documented better there. | 
|  | Nice function, deterministic, uses a minimal amount of time to compute. | 
|  | To remove the ~(require 'cl)~ dependency, I wrote my own reduce for
boolean values, recursive, which should do the trick.  Mostly just to
remove the annoying "haha no cl library anymore". | 
|  | Nicer to do this and have a formatted file to commit on git than
commit a non-formatted file and realise after a push. | 
|  | Using sly, make a LISP IDE in Emacs.  REPL with high level
integration, first class syntax highlighting and error reporting and
an environment literally built out of it. | 
|  | Always open a new frame when opening link in org-mode: predictable,
safe behaviour which leaves it up to my window manager as to what to
do next.  Most of my opened links are files that I want to examine
along with the org file I opened them from: this allows me to do
exactly that. | 
|  |  | 
|  | + Nicer prompt which shows git information on the fly.
+ Cute figlet banner for start of eshell
Pretty nifty! | 
|  | 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. | 
|  | In particular they now have *blue foregrounds with a dull blue for
inactive buffers. | 
|  |  | 
|  |  | 
|  |  | 
|  | 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. | 
|  | ~ 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 |