]> code.delx.au - dotemacs/commitdiff
direx improvements
authorJames Bunton <jamesbunton@delx.net.au>
Thu, 28 Jul 2016 11:57:52 +0000 (21:57 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Thu, 28 Jul 2016 13:43:13 +0000 (23:43 +1000)
.gitmodules
lisp/my-other-modes.el
packages/direx

index a1c926b3b356fd1292936cb5fe943d57b9d4326f..d6897c33fde3a5a5e979228b43ba6227d05fd546 100644 (file)
@@ -90,7 +90,7 @@
        url = https://github.com/jrblevin/markdown-mode.git
 [submodule "direx"]
        path = packages/direx
-       url = https://github.com/m2ym/direx-el.git
+       url = https://github.com/delxg/direx-el.git
 [submodule "popwin"]
        path = packages/popwin
        url = https://github.com/m2ym/popwin-el.git
index c8baa0329a8b1c59e8941a507290e5cf7703de47..fda7b9832f27aa641665297d1dd286eaa7faafe7 100644 (file)
@@ -5,8 +5,10 @@
 (setq global-auto-revert-non-file-buffers t)
 (setq auto-revert-verbose nil)
 
+(require 'dired-x)
 (require 'direx)
 (require 'direx-project)
+(defalias 'direx:find-item 'direx:find-item-other-window)
 
 (setq disabled-command-function nil)
 
index 9497231cf50767987494718db073731b05a4f970..c324b8dd19474f679cb0fa1863843e5d907f64c7 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 9497231cf50767987494718db073731b05a4f970
+Subproject commit c324b8dd19474f679cb0fa1863843e5d907f64c7