about summary refs log tree commit diff
path: root/emacs
AgeCommit message (Collapse)AuthorFilesLines
2020-01-31 Support building wpcarros-emacsWilliam Carroll2-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/sharedWilliam Carroll186-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 depsWilliam Carroll8-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 -> dotfilesWilliam Carroll1-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 functionsWilliam Carroll1-22/+23
2017-07-29 Removes dead helper fnWilliam Carroll1-9/+0
2017-07-29 Defines fn to conditionally activate emacs tabbarWilliam Carroll1-0/+7
2017-07-01 Updates symlinking script for custom emacs funcsWilliam Carroll1-1/+16
2017-07-01 Stylizes tabbar; extends emacs configWilliam Carroll1-0/+46
2017-06-26 Disables QuickEdit prototypeWilliam Carroll1-20/+23
2017-06-25 Updates ZSH_THEME and trims fat from configWilliam Carroll1-2/+14
2017-06-23 Adds os detection for bootstrapping configsWilliam Carroll1-0/+11
2017-06-21 Blacklists additional modes from MRU buffer candidatesWilliam Carroll1-16/+17
2017-06-20 Conditionally enables Evil; adds Dired+; conditionally applies linumWilliam Carroll1-4/+5
2017-06-18 Adds finer-grain control over Linum ModeWilliam Carroll4-2/+1
2017-06-17 Adds script for symlinking emacs functionsWilliam Carroll1-0/+3
2017-06-17 Fixes EDITOR env variable configurationWilliam Carroll1-2/+2
2017-06-17 Adds custom dired functionsWilliam Carroll1-0/+4
2017-06-15 Moves helm helper functions to a separate fileWilliam Carroll1-0/+78
2017-06-15 Adds QuickEdit mode for git commit messages within ansi-termWilliam Carroll1-54/+35
2017-06-15 Adds vim monkey-patch to edit files within EmacsWilliam Carroll1-1/+10
2017-06-13 Better integrates CLI and EmacsclientWilliam Carroll2-0/+66
2017-06-06 Adds CTRL_T fuzzy find helm source for filesWilliam Carroll1-2/+40
2017-06-06 Removes unnecessary kbds; enhances configWilliam Carroll1-6/+37
2017-06-02 Adds custom helm sources and kbdsWilliam Carroll1-0/+61
2017-06-02 Remaps slate kbdsWilliam Carroll1-2/+2
2017-06-01 Moves helper functions to separate fileWilliam Carroll1-0/+199