Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sigma committed Jun 23, 2014
1 parent eb2611f commit 3192fe7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _emacs.d/SConstruct
@@ -1,18 +1,18 @@
import os

elisp = Builder(action = '$EMACS $EFLAGS -f batch-byte-compile $SOURCE 2>/dev/null >/dev/null',
elisp = Builder(action = '$EMACS $EFLAGS -f batch-byte-compile $SOURCE',
suffix = '.elc',
src_suffix = '.el')

loaddefs = Builder(action = """$EMACS $EFLAGS -eval '
(progn (load-library \"autoloads+\")
(let ((generated-autoload-file \"$SOURCE\"))
(create-directory-autoloads \".\")))' 2>/dev/null >/dev/null""",
(create-directory-autoloads \".\")))'""",
src_suffix = '.el',
suffix = '.elc')

env = Environment(BUILDERS = {'Elisp' : elisp, 'Loaddefs' : loaddefs},
EMACS = 'emacs-cvs',
EMACS = '/Applications/Emacs.app/Contents/MacOS/Emacs',
EFLAGS = '-L custom -L lib -l ~/.emacs-local -batch',
ENV = os.environ)

Expand Down
2 changes: 1 addition & 1 deletion _emacs.d/packages-src/bbdb
Submodule bbdb updated from 0d49a5 to f9afda
2 changes: 1 addition & 1 deletion _emacs.d/packages-src/browse-kill-ring
Submodule browse-kill-ring updated 1 files
+163 −50 browse-kill-ring.el
2 changes: 1 addition & 1 deletion _emacs.d/packages-src/icomplete-plus
Submodule icomplete-plus updated 1 files
+470 −232 icomplete+.el
2 changes: 1 addition & 1 deletion _emacs.d/packages-src/magit
Submodule magit updated from 17fdd0 to c18cd5

0 comments on commit 3192fe7

Please sign in to comment.