about summary refs log tree commit diff
path: root/init.el
AgeCommit message (Collapse)AuthorFilesLines
2017-11-12 refactor: Remove lots of deprecated/unused settingsVincent Ambo1-2/+2
* 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-11-12 refactor(init): Refactor package installation processVincent Ambo1-44/+44
Refactors package installation to be slightly more sane, for example package-refresh-contents will only be called if packages are missing. Removes some other old cruft, too, and paves way for a slightly different initialisation process.
2017-11-07 feat: Install modern elisp librariesVincent Ambo1-1/+7
Elisp can actually be quite nice with a bunch of modern tooling.
2017-11-06 fix(rust): Include automatically & set racer pathVincent Ambo1-0/+1
2017-11-06 feat(init): Add some useful development packagesVincent Ambo1-1/+4
Adds packages for interfacing with PostgreSQL and HTTP APIs which can be very useful during development.
2017-11-06 feat(rust-setup): Add Rust setupVincent Ambo1-0/+2
Adds a simple Rust setup with autocompletion via Racer and built-in Cargo command support.
2017-10-15 feat: Add nix-mode & nix-config functionVincent Ambo1-0/+1
* install nix-mode by default * add a function to quickly open the system configuration.nix
2017-10-15 fix: Remove projectile which slowed everything downVincent Ambo1-1/+0
2017-10-15 feat: Switch from ido/smex to HelmVincent Ambo1-4/+1
2017-10-13 feat: Add terraform-modeVincent Ambo1-0/+1
2017-09-27 chore(clojure): Remove all Clojure settingsVincent Ambo1-3/+0
2017-09-27 refactor: Install gruber-darker-theme from package repoVincent Ambo1-0/+1
2017-09-27 fix(init.el): Initialise package manager immediatelyVincent Ambo1-1/+1
2017-07-30 refactor: Some minor cleanupsVincent Ambo1-3/+3
2017-07-30 fix custom: Fix a bug and truncate theme listVincent Ambo1-1/+1
2017-06-06 chore: Minor sync with Dell machine configVincent Ambo1-0/+1
2015-12-14 Various changesVincent Ambo1-5/+5
2015-05-18 Remove melpa, fix custom.elVincent Ambo1-2/+2
2015-05-03 Minor changesVincent Ambo1-0/+1
2015-05-03 Use ag instead of ackVincent Ambo1-3/+1
2015-01-16 [init] Add Erlang configVincent Ambo1-0/+1
2015-01-16 [haskell] Split out haskell config into new fileVincent Ambo1-1/+1
2014-12-29 General cleanupVincent Ambo1-9/+12
2014-12-29 Split out Haskell and Clojure configVincent Ambo1-1/+4
2014-10-21 Cleanup: remove evil stuff & othersVincent Ambo1-31/+4
(Also sneakily adds go-mode and haskell-mode back in)
2014-10-21 Move all configuration to subfolderVincent Ambo1-8/+6
2014-10-21 Several updates after 24.4 upgradeVincent Ambo1-1/+1
2014-06-15 Various updates #2Vincent Ambo1-2/+6
2014-02-25 Updates, updatesVincent Ambo1-4/+5
2014-02-09 Small changes:Vincent Ambo1-2/+1
- No bells at all. Shut up, emacs! - Don't put temporary files everywhere. Just don't! - Don't have scroll bars in new frames
2014-02-04 Various thingsVincent Ambo1-3/+8
- Disable local file loading for now until I have a solution for the DBus problem - Emacs daemon implicitly starts server
2014-01-30 Some updatesVincent Ambo1-5/+5
2014-01-07 Ignore key-advice from menu-bar optionsVincent Ambo1-5/+3
2013-10-21 Added puppet-mode and evil-tabsVincent Ambo1-1/+2
2013-10-19 Added smart-mode-lineVincent Ambo1-0/+1
In line with this I've finally kicked the Nyan-cat out. Sorry!
2013-10-19 Fix settings for nrepl.el -> ciderVincent Ambo1-0/+1
2013-10-19 nrepl.el is cider nowVincent Ambo1-2/+2
2013-10-19 Added project-explorerVincent Ambo1-1/+2
2013-10-17 Reenabled marmeladeVincent Ambo1-1/+1
2013-10-17 Cleanup and evil setupVincent Ambo1-23/+41
Removed several functions from init-functions that I didn't actually use. Lots of other cleanup. The variable "is-vim-user" in init.el controls whether or not evil packages should be installed and configured.
2013-10-14 Add YaSnippet & enable UniquifyVincent Ambo1-4/+11
- Added YaSnippet & clojure-snippets for it - Enabled uniquify buffer naming (oh so good) - various smaller things
2013-10-05 updated init-modes for new nrepl.elVincent Ambo1-0/+3
2013-09-20 Removed some packagesVincent Ambo1-5/+1
2013-08-28 * added circe to package list (*potential* replacement for rcirc)vincent@spotify.com1-0/+1
* added a handy function to retrieve passwords from the OS X keychain
2013-08-28 Loading mail settings if they exist \nProper up/down history movement in nreplvincent@spotify.com1-0/+3
2013-08-19 Add ac-nrepl to packagesVincent Ambo1-1/+2
2013-08-07 * Providing all init files, loading them with requireVincent Ambo1-11/+9
* Moved load-file-if-exists to init-functions * Added init-misc.el for random things that don't fit anywhere else * Never any tabs, ever. Go away! Bindings: * quit Emacs -> C-x r q ("real quit") * delete-frame -> C-x C-c * make-frame -> C-x C-n
2013-08-06 * moved switch-window and iy-go-to-char to package.el installsVincent Ambo1-10/+3
* changed 'custom-clone-git and 'custom-download-script to place things in special folders * added those folders and some other things to .gitignore * changed binding for iy-go-to-char to C-c f
2013-08-05 Removed tumblesocks from packages, I'll load it locallyVincent Ambo1-1/+0
2013-08-05 Rename irc.el to init-irc.elVincent Ambo1-1/+1