Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: Configure helm-dash-docsets for PHP & Twig | Alan Pearce | 2014-08-07 | -2/+6 |
| | ||||
* | Emacs: Use ansible dash docset for ansible-mode | Alan Pearce | 2014-08-07 | -1/+2 |
| | ||||
* | Emacs: Create basic ansible major mode | Alan Pearce | 2014-08-07 | -0/+3 |
| | ||||
* | Emacs: Add function for per-mode helm-dash-docsets | Alan Pearce | 2014-08-07 | -0/+8 |
| | | | | Use a function generator to avoid repetition | |||
* | Emacs: Fix init error with paredit+cedit | Alan Pearce | 2014-08-05 | -4/+5 |
| | | | | | paredit-space-for-delimiter-predicates isn't declared until paredit is loaded properly, so add to it after it's been loaded | |||
* | Emacs: Remove paredit spaces when cedit enabled | Alan Pearce | 2014-08-04 | -0/+4 |
| | ||||
* | Emacs: Require presence of hemisu-theme | Alan Pearce | 2014-08-03 | -0/+3 |
| | ||||
* | Emacs: Fix trailing parens | Alan Pearce | 2014-08-03 | -2/+1 |
| | ||||
* | Emacs: Add leuven face for perspective | Alan Pearce | 2014-08-03 | -0/+1 |
| | ||||
* | Emacs: Recreate header-line setup | Alan Pearce | 2014-08-01 | -1/+90 |
| | ||||
* | Emacs: add dependency on rainbow-mode | Alan Pearce | 2014-08-01 | -0/+2 |
| | ||||
* | Emacs: Switch to Leuven theme | Alan Pearce | 2014-08-01 | -22/+3 |
| | ||||
* | Emacs: Move vc and misc info back to mode line | Alan Pearce | 2014-08-01 | -5/+5 |
| | ||||
* | Emacs: Bind C-x v C to vc-resolve-conflicts | Alan Pearce | 2014-08-01 | -0/+1 |
| | ||||
* | Emacs: Fix error when opening magit | Alan Pearce | 2014-07-30 | -2/+1 |
| | ||||
* | Emacs: Disable autopair in c-mode-common-hook | Alan Pearce | 2014-07-27 | -0/+1 |
| | | | | Superfluous with cedit | |||
* | Emacs: Rename lisp-common-mode-hook | Alan Pearce | 2014-07-27 | -6/+6 |
| | | | | Make it the same style as c-mode-common-hook | |||
* | Emacs: Move cedit's c-mode hook to cedit init | Alan Pearce | 2014-07-27 | -3/+3 |
| | ||||
* | Emacs: Enable paredit-mode with cedit-mode | Alan Pearce | 2014-07-27 | -0/+2 |
| | ||||
* | Emacs: Rebind beg/end-of-statement to M-a/e | Alan Pearce | 2014-07-27 | -2/+2 |
| | | | | Allows C-M-f and C-M-b to be used for smaller movements. | |||
* | Emacs: Move cedit mode into cedit :init block | Alan Pearce | 2014-07-27 | -8/+8 |
| | ||||
* | Emacs: Enable cedit in c-style modes | Alan Pearce | 2014-07-26 | -1/+2 |
| | ||||
* | Emacs: Define minor mode for cedit | Alan Pearce | 2014-07-26 | -0/+6 |
| | ||||
* | Emacs: Configure cedit | Alan Pearce | 2014-07-26 | -0/+17 |
| | ||||
* | Emacs: Remove commented-out code | Alan Pearce | 2014-07-25 | -4/+0 |
| | ||||
* | Emacs: Pick a displayable branch char for magit | Alan Pearce | 2014-07-24 | -1/+2 |
| | ||||
* | Emacs: Enable rainbow-mode for xmonad-type files | Alan Pearce | 2014-07-23 | -2/+11 |
| | | | | | Create a derived mode to enable specific mode hooks for such files Add hook to new mode for enabling rainbow-mode | |||
* | Emacs: Install git-timemachine | Alan Pearce | 2014-07-22 | -0/+1 |
| | ||||
* | Emacs: Add binding for ace-jump-line-mode | Alan Pearce | 2014-07-21 | -1/+2 |
| | ||||
* | Emacs: Bind s-s to switching between perspectives | Alan Pearce | 2014-07-20 | -0/+2 |
| | ||||
* | Emacs: Fix package archive functions' for 24.3 | Alan Pearce | 2014-07-19 | -4/+4 |
| | ||||
* | Emacs: Replace dash-at-point with helm-dash | Alan Pearce | 2014-07-17 | -1/+1 |
| | | | | No longer depends on Dash.app. | |||
* | Emacs: Use GnuTLS defaults for prime bits | Alan Pearce | 2014-07-17 | -0/+1 |
| | ||||
* | Emacs: Shut up about omitting files | Alan Pearce | 2014-07-16 | -0/+1 |
| | ||||
* | Emacs: Run dired-omit-mode in the correct place | Alan Pearce | 2014-07-16 | -1/+4 |
| | | | | | Needs to run in dired-mode-hook. Create a wrapper command so that we can call it interactively otherwise. | |||
* | Emacs: Unshadow discover-my-major key in dired | Alan Pearce | 2014-07-16 | -0/+2 |
| | | | | Move diredp-describe-file to '.'. | |||
* | Emacs: Require help-fns+ for diredp-describe-file | Alan Pearce | 2014-07-16 | -0/+1 |
| | ||||
* | Emacs: Add command switch-to-dotfiles (s-,) | Alan Pearce | 2014-07-16 | -1/+4 |
| | | | | | Runs via projectile-persp, which means it should switch nicely when the perspective has been opened. | |||
* | Emacs: fix warning about use-package-verbose | Alan Pearce | 2014-07-16 | -1/+1 |
| | ||||
* | Emacs: Fix error in package-list-installed | Alan Pearce | 2014-07-15 | -1/+1 |
| | | | | | Not really sure what happened here. The elements are a cons of a symbol and an array, so cadr makes no sense. | |||
* | Emacs: Make package-archive-stats more resilient | Alan Pearce | 2014-07-15 | -1/+1 |
| | | | | Filters out packages missing from package-archive-contents | |||
* | Emacs: define package-desc-archive, if it isn't | Alan Pearce | 2014-07-15 | -0/+4 |
| | ||||
* | Emacs: Re-add marmalade. For one package. | Alan Pearce | 2014-07-15 | -0/+1 |
| | ||||
* | Emacs: Run lisp-common-mode-hook in ielm | Alan Pearce | 2014-07-15 | -0/+6 |
| | ||||
* | Emacs: Simplify php-sql to work with heredocs only | Alan Pearce | 2014-07-15 | -2/+2 |
| | ||||
* | Emacs: disable auto-starring packages on github | Alan Pearce | 2014-07-15 | -1/+1 |
| | ||||
* | Emacs: Diminish magit to a branch ideograph | Alan Pearce | 2014-07-14 | -0/+1 |
| | ||||
* | Emacs: refactor rename-modeline | Alan Pearce | 2014-07-14 | -5/+4 |
| | ||||
* | Emacs: fix typo in docstring | Alan Pearce | 2014-07-14 | -1/+1 |
| | ||||
* | Emacs: diminish company mode | Alan Pearce | 2014-07-14 | -0/+1 |
| |