Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Emacs: Set up clojure-mode and cider | Alan Pearce | 2014-09-09 | -0/+16 |
| | ||||
* | Emacs: Install feature-mode | Alan Pearce | 2014-09-06 | -0/+1 |
| | ||||
* | Emacs: Fix startup error from eshell keybind | Alan Pearce | 2014-09-06 | -0/+2 |
| | | | | | Really weird that I needed to bind the key inside a hook, anything else seemed to get evaluated before eshell was loaded | |||
* | Emacs: Fix startup error from comint keybind | Alan Pearce | 2014-09-06 | -0/+4 |
| | ||||
* | Emacs: Install jquery-doc | Alan Pearce | 2014-08-30 | -0/+6 |
| | ||||
* | Emacs: Install and configure helm-swoop | Alan Pearce | 2014-08-30 | -0/+8 |
| | ||||
* | Emacs: Fix frame-title-format error when loading | Alan Pearce | 2014-08-23 | -1/+2 |
| | ||||
* | Emacs: Defer org submodule initialisation | Alan Pearce | 2014-08-23 | -0/+2 |
| | ||||
* | Emacs: Update MobileOrg sync location | Alan Pearce | 2014-08-23 | -1/+1 |
| | ||||
* | Emacs: Fix dash hook creation | Alan Pearce | 2014-08-21 | -10/+18 |
| | ||||
* | Emacs: Remove salt files from yaml-mode | Alan Pearce | 2014-08-20 | -2/+1 |
| | ||||
* | Emacs: Enable fontification of dash keywords | Alan Pearce | 2014-08-20 | -0/+5 |
| | ||||
* | Emacs: Add nginx helm-dash documentation hook | Alan Pearce | 2014-08-17 | -0/+1 |
| | ||||
* | Emacs: Eager-load helm-dash configuration | Alan Pearce | 2014-08-16 | -10/+10 |
| | ||||
* | Emacs: Enable auto-fill-mode in markdown-mode | Alan Pearce | 2014-08-14 | -0/+5 |
| | ||||
* | Emacs: Rebind C-M-[ae] to be useful in text modes | Alan Pearce | 2014-08-13 | -0/+3 |
| | ||||
* | Emacs: Associate Markdown mode and dash docset | Alan Pearce | 2014-08-13 | -0/+1 |
| | ||||
* | Emacs: Add shell script submode to markdown | Alan Pearce | 2014-08-09 | -1/+7 |
| | ||||
* | Emacs: Open .jinja files in jinja2-mode | Alan Pearce | 2014-08-08 | -1/+2 |
| | ||||
* | Emacs: Create mode for Salt to use with helm-dash | Alan Pearce | 2014-08-08 | -1/+5 |
| | ||||
* | Emacs: Load Cask file in emacs-lisp-mode | Alan Pearce | 2014-08-07 | -0/+1 |
| | ||||
* | Emacs: Remove unused mustache-mode | Alan Pearce | 2014-08-07 | -9/+3 |
| | ||||
* | 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 |
| |