all repos — nixfiles @ c57093f28708a30b9720221532db80a9446bba77

System and user configuration, managed by nix and home-manager

Merge remote-tracking branch 'refs/remotes/origin/master'
Alan Pearce alan@alanpearce.co.uk
Wed, 28 Aug 2013 09:13:53 +0100
commit

c57093f28708a30b9720221532db80a9446bba77

parent

b064712dfa6f4a3e727ad18568fc9f852c3e2c0d

3 files changed, 11 insertions(+), 1 deletions(-)

jump to
M emacs/elisp/ap-functions.elemacs/elisp/ap-functions.el
@@ -44,3 +44,5 @@ (file-name-nondirectory (buffer-file-name))                        ""))
         (command (read-shell-command "Shell command: " nil nil nil)))
     (shell-command (replace-regexp-in-string "%" file-buffer command) to-current-buffer)))
+
+(provide 'ap-functions)
M emacs/init.elemacs/init.el
@@ -427,6 +427,12 @@ :config (progn             (add-to-list 'tramp-remote-path "/usr/local/sbin")
             (add-to-list 'tramp-remote-path "~/bin")))
 
+(use-package ediff
+  :defer t
+  :config (progn
+            (setq ediff-split-window-function 'split-window-horizontally
+                  ediff-window-setup-function 'ediff-setup-windows-plain)))
+
 ;;;; Indentation
 
 (setq-default tab-width 4
M gitconfiggitconfig
@@ -18,4 +18,6 @@ lg = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' 	standup = log --pretty=format:'%Cred%h%Creset -%Creset %s %Cgreen(%ci) %C(bold blue)<%an>%Creset' --since yesterday --author alan
 	ignored = ls-files --others -i --exclude-standard
 [github]
-	user = alan@alanpearce.co.uk+	user = alan@alanpearce.co.uk
+[diff]
+	algorithm = patience