aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/v4.8.0'v4.8.0Tom Ryder2019-01-044-72/+2
|\ | | | | | | | | | | * release/v4.8.0: Bump VERSION Revert "Add experimental delimit_operator.vim plugin"
| * Bump VERSIONTom Ryder2019-01-041-2/+2
| |
| * Revert "Add experimental delimit_operator.vim plugin"Tom Ryder2019-01-043-70/+0
| | | | | | | | | | | | | | | | | | This reverts commit 6ed48b12e451a0770d5a3f236e66e0e7e9a39c8d. I don't think this is the right approach. The main reason I dropped surround.vim was because I didn't like how often I was doing something that doesn't work at all in vanilla Vim. If I make a half-assed re-implementation, I'm just perpetuating the problem.
| * Merge branch 'release/v4.7.0' into developTom Ryder2019-01-041-2/+2
| |\ | | | | | | | | | | | | * release/v4.7.0: Bump VERSION
* | \ Merge branch 'release/v4.7.0'v4.7.0Tom Ryder2019-01-044-2/+72
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v4.7.0: Bump VERSION Add experimental delimit_operator.vim plugin
| * | Bump VERSIONTom Ryder2019-01-041-2/+2
| |/
| * Add experimental delimit_operator.vim pluginTom Ryder2019-01-043-0/+70
| | | | | | | | | | | | This is an attempt at a small subset of surround.vim's behaviour, hopefully drastically simplified. I'm not actually sure how useful or practical this is going to be yet.
| * Merge branch 'hotfix/v4.6.1' into developTom Ryder2019-01-042-3/+3
| |\ | | | | | | | | | | | | * hotfix/v4.6.1: Add missing arguments to emacsm wrapper
| * \ Merge branch 'release/v4.6.0' into developTom Ryder2019-01-041-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v4.6.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v4.6.1'v4.6.1Tom Ryder2019-01-042-3/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | * hotfix/v4.6.1: Add missing arguments to emacsm wrapper
| * | | Bump VERSIONTom Ryder2019-01-041-2/+2
| | | |
| * | | Add missing arguments to emacsm wrapperTom Ryder2019-01-041-1/+1
|/ / /
* | | Merge branch 'release/v4.6.0'v4.6.0Tom Ryder2019-01-049-31/+29
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.6.0: Bump VERSION Further attempts at sane Emacs VISUAL setting Use :lhelpgrep for help search shortcut Remove a daft comment Add Lisp to filetypes.vim Remove some possibly-unwanted .emacs config Adjust some comments in .emacs Block stderr from emacs daemon startup Remove an error-prone line from .emacs
| * | Bump VERSIONTom Ryder2019-01-041-2/+2
| |/
| * Further attempts at sane Emacs VISUAL settingTom Ryder2019-01-045-22/+15
| |
| * Use :lhelpgrep for help search shortcutTom Ryder2019-01-031-2/+2
| |
| * Remove a daft commentTom Ryder2019-01-031-2/+0
| |
| * Add Lisp to filetypes.vimTom Ryder2019-01-031-0/+7
| |
| * Remove some possibly-unwanted .emacs configTom Ryder2019-01-031-1/+0
| |
| * Adjust some comments in .emacsTom Ryder2019-01-031-1/+3
| |
| * Block stderr from emacs daemon startupTom Ryder2019-01-021-1/+1
| |
| * Remove an error-prone line from .emacsTom Ryder2019-01-021-1/+0
| |
| * Merge branch 'hotfix/v4.5.1' into developTom Ryder2019-01-022-4/+3
| |\ | | | | | | | | | | | | | | | * hotfix/v4.5.1: Bump VERSION Use short switches for emacs server pgrep
| * \ Merge branch 'release/v4.5.0' into developTom Ryder2019-01-021-2/+2
| |\ \ | | | | | | | | | | | | | | | | * release/v4.5.0: Bump VERSION
* | \ \ Merge branch 'hotfix/v4.5.1'v4.5.1Tom Ryder2019-01-022-4/+3
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | * hotfix/v4.5.1: Bump VERSION Use short switches for emacs server pgrep
| * | | Bump VERSIONTom Ryder2019-01-021-2/+2
| | | |
| * | | Use short switches for emacs server pgrepTom Ryder2019-01-021-2/+1
|/ / / | | | | | | | | | | | | Turns out the pgrep from procps version 3.2.8 doesn't support these longer options.
* | | Merge branch 'release/v4.5.0'v4.5.0Tom Ryder2019-01-025-7/+58
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.5.0: Bump VERSION Add some more elementary Emacs configuration Add Emacs settings for message-mode Tidy packages list in .emacs a bit Add emacsclient logic to $VISUAL set Don't edit message headers using Emacs Add new filetype pattern for muttrc
| * | Bump VERSIONTom Ryder2019-01-021-2/+2
| |/
| * Add some more elementary Emacs configurationTom Ryder2019-01-021-3/+22
| | | | | | | | Now I remember how it felt to try to use Vim for the first time.
| * Add Emacs settings for message-modeTom Ryder2019-01-021-0/+4
| |
| * Tidy packages list in .emacs a bitTom Ryder2019-01-021-1/+5
| |
| * Add emacsclient logic to $VISUAL setTom Ryder2019-01-021-4/+20
| |
| * Don't edit message headers using EmacsTom Ryder2019-01-021-0/+7
| | | | | | | | | | Until such time as I can figure out how to make format=flowed work sanely with these.
| * Add new filetype pattern for muttrcTom Ryder2019-01-021-0/+1
| |
| * Merge branch 'release/v4.4.0' into developTom Ryder2019-01-011-2/+2
| |\ | | | | | | | | | | | | * release/v4.4.0: Bump VERSION
* | \ Merge branch 'release/v4.4.0'v4.4.0Tom Ryder2019-01-014-2/+14
|\ \ \ | | |/ | |/| | | | | | | | | | * release/v4.4.0: Bump VERSION Add my new .emacs file
| * | Bump VERSIONTom Ryder2019-01-011-2/+2
| |/
| * Add my new .emacs fileTom Ryder2019-01-013-0/+12
| |
| * Merge branch 'release/v4.3.0' into developTom Ryder2019-01-011-2/+2
| |\ | | | | | | | | | | | | * release/v4.3.0: Bump VERSION
* | \ Merge branch 'release/v4.3.0'v4.3.0Tom Ryder2019-01-0119-60/+133
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * release/v4.3.0: Bump VERSION Switch to using GNU Emacs on development machines Trim some trailing whitespace Clarify control flow in shell scripts Add clarifying comment Translate a short-circuit into a conditional Add a cheeky error message to sd() Strip trailing slashes from sd() target Correct error message from sd()
| * | Bump VERSIONTom Ryder2019-01-011-2/+2
| |/
| * Switch to using GNU Emacs on development machinesTom Ryder2019-01-011-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | > Andromeda, by Perseus sav'd and wed, > Hanker'd each day to see the Gorgon's head: > Till o'er a fount he held it, bade her lean, > And mirror'd in the wave was safely seen > That death she liv'd by. > Let not thine eyes know > Any forbidden thing itself, although > It once should save as well as kill: but be > Its shadow upon life enough for thee. > > --Dante Gabriel Rossetti
| * Trim some trailing whitespaceTom Ryder2018-12-313-4/+2
| |
| * Clarify control flow in shell scriptsTom Ryder2018-12-3113-50/+103
| |
| * Add clarifying commentTom Ryder2018-12-311-1/+1
| |
| * Translate a short-circuit into a conditionalTom Ryder2018-12-311-1/+3
| | | | | | | | | | I only want to use the `||` short-circuits for control flow changes (return, continue, break etc).
| * Add a cheeky error message to sd()Tom Ryder2018-12-311-0/+6
| |
| * Strip trailing slashes from sd() targetTom Ryder2018-12-311-0/+8
| |
| * Correct error message from sd()Tom Ryder2018-12-311-1/+1
| |