Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-31 | Support building wpcarros-emacs | William Carroll | 2 | -0/+11 | |
I'm using a Makefile until I can remember the command: ```shell > nix-env -f . -i ``` This will install (i.e. `-i`) any derivations instantiated from the Nix expression resolvable by `-f`. Ideally the incantation will look something like this: ```shell > nix-env -f '<universe>' -iA emacs ``` Informing `nix-env` to install all of the derivations created by the expression at attribute `emacs` in my `<universe>` repository. For now two things are preventing this: 1. `emacs` isn't an attribute in my top-level expression defined in the `default.nix`. 2. If I do add `emacs` as an attribute and call the above command, my usage of `readTree` results in `pkgs` missing `.lib` and a few other stdlib commands that are available in `(import <nixpkgs> {})`. A fix for both of these should be forthcoming. | |||||
2020-01-30 | Move move .emacs.d out of configs/shared | William Carroll | 186 | -0/+27596 | |
Moving all of my Emacs-related files into their own directory at the root of this repository. | |||||
2018-04-25 | Removes obsolete emacs deps | William Carroll | 8 | -557/+0 | |
No longer using these emacs deps. Preparing this repo to house a more up-to-date, robust config. | |||||
2018-04-23 | pc_settings -> dotfiles | William Carroll | 1 | -2/+2 | |
My younger self didn't know that creating repos to house your configuration was a known pattern! Hence the unweildy name, pc_settings. This change was a long time coming. | |||||
2018-01-08 | Update Emacs / Bash monkey-patched functions | William Carroll | 1 | -22/+23 | |
2017-07-29 | Removes dead helper fn | William Carroll | 1 | -9/+0 | |
2017-07-29 | Defines fn to conditionally activate emacs tabbar | William Carroll | 1 | -0/+7 | |
2017-07-01 | Updates symlinking script for custom emacs funcs | William Carroll | 1 | -1/+16 | |
2017-07-01 | Stylizes tabbar; extends emacs config | William Carroll | 1 | -0/+46 | |
2017-06-26 | Disables QuickEdit prototype | William Carroll | 1 | -20/+23 | |
2017-06-25 | Updates ZSH_THEME and trims fat from config | William Carroll | 1 | -2/+14 | |
2017-06-23 | Adds os detection for bootstrapping configs | William Carroll | 1 | -0/+11 | |
2017-06-21 | Blacklists additional modes from MRU buffer candidates | William Carroll | 1 | -16/+17 | |
2017-06-20 | Conditionally enables Evil; adds Dired+; conditionally applies linum | William Carroll | 1 | -4/+5 | |
2017-06-18 | Adds finer-grain control over Linum Mode | William Carroll | 4 | -2/+1 | |
2017-06-17 | Adds script for symlinking emacs functions | William Carroll | 1 | -0/+3 | |
2017-06-17 | Fixes EDITOR env variable configuration | William Carroll | 1 | -2/+2 | |
2017-06-17 | Adds custom dired functions | William Carroll | 1 | -0/+4 | |
2017-06-15 | Moves helm helper functions to a separate file | William Carroll | 1 | -0/+78 | |
2017-06-15 | Adds QuickEdit mode for git commit messages within ansi-term | William Carroll | 1 | -54/+35 | |
2017-06-15 | Adds vim monkey-patch to edit files within Emacs | William Carroll | 1 | -1/+10 | |
2017-06-13 | Better integrates CLI and Emacsclient | William Carroll | 2 | -0/+66 | |
2017-06-06 | Adds CTRL_T fuzzy find helm source for files | William Carroll | 1 | -2/+40 | |
2017-06-06 | Removes unnecessary kbds; enhances config | William Carroll | 1 | -6/+37 | |
2017-06-02 | Adds custom helm sources and kbds | William Carroll | 1 | -0/+61 | |
2017-06-02 | Remaps slate kbds | William Carroll | 1 | -2/+2 | |
2017-06-01 | Moves helper functions to separate file | William Carroll | 1 | -0/+199 | |