about summary refs log tree commit diff
path: root/tools/emacs/config/init.el (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-17 r/175 chore(emacs.d): Include all git repos under ~/ in magitVincent Ambo1-1/+1
2019-12-17 r/174 fix(emacs.d): Fix regex passing in counsel-rgVincent Ambo1-1/+4
2019-12-17 r/173 refactor(emacs.d): Move ivy configuration to use-packageVincent Ambo1-1/+31
2019-12-16 r/167 feat(emacs): Add `withLocalConfig` override functionVincent Ambo1-5/+6
This function makes it possible to pass in a folder with additional local configuration from somewhere downstream.
2019-12-16 r/163 fix(emacs.d): Set correct magit-repository-directories pathVincent Ambo1-1/+2
This was set to my old home directory name from a different machine and I had low-key been wondering why it didn't work, but not enough to go do something about it.
2019-12-16 feat(emacs.d): Install and configure emacs-libvtermVincent Ambo1-0/+13
This incredible package provides a fully functional, libvterm based terminal emulator inside of Emacs. Killer feature: It's possible to switch the buffer into a full Emacs text mode (read-only) for selections and such.
2019-12-15 chore(emacs.d): Use local term-switcher packageVincent Ambo1-1/+1
2019-12-15 chore(emacs.d): Remove smartparensVincent Ambo1-1/+0
I actually find a lot of its behaviour very annoying, rather than smart. Good old electric-pair-mode usually does what I want.
2019-12-15 fix(emacs.d): Fix uses use-package's :config instead of :initVincent Ambo1-10/+10
In several places I used `:init` instead of `:config` and things worked due to lazy loading anyways. That's no excuse not to fix it though ...
2019-12-15 refactor(emacs.d): Use dottime from my dottime packageVincent Ambo1-0/+1
Instead of locally advicing format-time-string, use my dottime package.
2019-12-14 r/150 fix(emacs.d): Fix loading of custom.elVincent Ambo1-3/+2
2019-12-14 r/147 chore(emacs.d): Clean up <tab> bindingsVincent Ambo1-6/+5
One simple rule to rule them all: In prog-mode, <tab> tries to invoke company.
2019-12-14 r/146 fix(emacs.d): Let emacs write to customize configurationVincent Ambo1-3/+10
Configures Emacs' `customize` to write directly to my Emacs configuration. This comes with the caveat that the new config will only be loaded if my Emacs is rebuilt.
2019-12-14 r/144 chore(emacs.d): Move init/* to config/*Vincent Ambo1-0/+160