about summary refs log tree commit diff
path: root/init/bindings.el
AgeCommit message (Collapse)AuthorFilesLines
2019-02-10 refactor: Begin moving package configuration to use-packageVincent Ambo1-12/+0
This is the first in a series of commits for refactoring my configuration to make use of jwiegley's use-package. In the previous layout of the configuration there were some questions around what settings go into which file, but in the end it is all just related to which packages are being configured (besides settings related to global Emacs behaviour). This commit introduces use-package forms for all currently used packages (which are still installed via Nix, not via package.el) but does not yet clean up the rest of the configuration in a suitable way. Note that this version introduces a bug in which the configuration of telephone line is not correctly initialised after package setup.
2018-06-18 feat(functions): Add ivy-browse-repositories functionVincent Ambo1-0/+1
Quick helper to switch between all relevant projects.
2018-06-01 fix(bindings): Use avy-goto-line instead of ace-jump-line-modeVincent Ambo1-1/+1
2018-05-06 feat(bindings): Bind counsel-rg to 'C-c r g'Vincent Ambo1-1/+3
2018-05-01 feat(all): Replace helm with ivyVincent Ambo1-2/+2
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-03-30 feat(bindings): Bind project-find-file & helm-occur globallyVincent Ambo1-0/+6
2018-03-09 feat(bindings): Bind align-regexp & browse-url-* functions to keysVincent Ambo1-1/+5
2018-02-22 feat(bindings): Bind imenu to a global keyVincent Ambo1-0/+3
2018-01-25 chore(bindings): Replace ace-jump with avyVincent Ambo1-3/+3
2017-11-15 feat: Use ace-window for jumping between windowsVincent Ambo1-0/+3
2017-11-12 refactor: Remove lots of deprecated/unused settingsVincent Ambo1-22/+1
* 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.
2015-05-03 Minor changesVincent Ambo1-3/+4
2015-03-11 Add bindings for whitespace cleanup, line jumping & Fefes BlogVincent Ambo1-3/+7
2015-02-20 Minor changesVincent Ambo1-3/+3
* use ace-jump-line-mode for quick line jumping * column-number-mode enabled by default
2014-12-29 Split out Haskell and Clojure configVincent Ambo1-12/+0
2014-10-21 Move all configuration to subfolderVincent Ambo1-0/+75