about summary refs log tree commit diff
path: root/init/settings.el
AgeCommit message (Collapse)AuthorFilesLines
2018-06-18 feat(functions): Add ivy-browse-repositories functionVincent Ambo1-2/+2
Quick helper to switch between all relevant projects.
2018-06-15 fix(settings): Add counsel-rg to ivy-prescient-excluded-commandsVincent Ambo1-1/+2
History should not be remembered for counsel-rg
2018-06-13 refactor(settings): Use prescient together with ivyVincent Ambo1-3/+5
Ivy's regex-based fuzzy matching can occasionally be slow, which was getting on my nerves. This switches the completion engine to prescient[1] which promises to be faster. Experimental testing in large files like the `configuration.nix` man page looks promissing. [1]: https://github.com/raxod502/prescient.el
2018-06-06 fix(settings): Require password-store related librariesVincent Ambo1-0/+2
These libraries are no longer auto-required because I don't actually use the default ivy-pass anymore, just some helper functions from the libs.
2018-06-06 feat(settings): Enable new password-store auth-sourceVincent Ambo1-0/+5
2018-06-06 feat(mail): Add notmuch configuration to gitVincent Ambo1-1/+0
(should've done this earlier *cough*)
2018-05-18 feat(settings): Always load notmuchVincent Ambo1-0/+4
2018-05-01 feat(all): Replace helm with ivyVincent Ambo1-16/+10
For most of my use-cases Helm seems to be overkill, and despite overall seeming like a nice and featureful package it has stability issues and bugs that annoy me. I've heard that ivy is simpler to use and configure, so I'm giving it a chance here.
2018-01-04 feat(settings): Enable GPG pinentry in emacsVincent Ambo1-0/+4
This doesn't work via helm-pass yet, not quite sure why (yet).
2017-11-17 fix(settings): Make ace-window behave sanelyVincent Ambo1-0/+4
2017-11-15 fix(settings): Show time in 24h formatVincent Ambo1-0/+3
2017-11-13 fix(settings): Fix backup folder locationVincent Ambo1-2/+3
2017-11-12 refactor: Remove lots of deprecated/unused settingsVincent Ambo1-138/+5
* move all look-and-feel related settings into, you guessed it, look-and-feel.el * remove *lots* of old stuff and also re-evaluate what it's actually doing.
2017-10-15 style: Make emacs transparentVincent Ambo1-1/+5
Party like it's 2004.
2017-10-15 fix(settings): Correctly enable Helm's fuzzy matchesVincent Ambo1-2/+8
The global Helm fuzzy matching doesn't actually seem to enable fuzzy matching for modes that have an explicit config. This enables fuzzy matching for M-x and C-x b
2017-10-15 fix: Remove old GPG-agent SSH configVincent Ambo1-3/+0
2017-10-15 feat: Ostensibly enable fuzzy matching in HelmVincent Ambo1-0/+4
2017-10-15 chore: remove unused ido-related linesVincent Ambo1-6/+0
2017-10-15 feat: Switch default font to Input MonoVincent Ambo1-2/+2
2017-10-15 feat: Switch from ido/smex to HelmVincent Ambo1-26/+7
2017-09-27 refactor: Install gruber-darker-theme from package repoVincent Ambo1-7/+0
2017-07-30 refactor: Some minor cleanupsVincent Ambo1-36/+4
2017-07-30 fix custom: Fix a bug and truncate theme listVincent Ambo1-1/+5
2015-12-14 Various changesVincent Ambo1-12/+5
2015-05-21 Use GPG-agent's SSH agent (for Tramp etc.)Vincent Ambo1-0/+3
2015-05-03 Minor changesVincent Ambo1-0/+3
2015-02-20 Minor changesVincent Ambo1-0/+3
* use ace-jump-line-mode for quick line jumping * column-number-mode enabled by default
2014-10-21 Move all configuration to subfolderVincent Ambo1-0/+243