Update Emacs config to use dotfiles2.mk

This commit is contained in:
Tom Willemse 2013-05-26 17:56:52 +02:00
parent a3ee1cf373
commit 7d94202351
9 changed files with 43 additions and 20 deletions

View file

@ -1,5 +1,5 @@
export DESTDIR:=$(HOME) export DESTDIR:=$(HOME)
modules=emacs .config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \ modules=.config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \
.w3m .zsh sbcl .w3m .zsh sbcl
objects=.bash_profile .beetsconfig .gitconfig .guile .hgrc \ objects=.bash_profile .beetsconfig .gitconfig .guile .hgrc \
.offlineimap.py .offlineimaprc .screenrc .stumpwmrc .urlview \ .offlineimap.py .offlineimaprc .screenrc .stumpwmrc .urlview \

View file

@ -1,10 +1,17 @@
SUBDIR=.emacs.d SUBDIR=.emacs.d
objects=init.elc init.el gnus.elc gnus.el MODULES=eshell site-lisp snippets
modules=eshell site-lisp snippets EXCLUDE=auto-save-list/ elpa/ .org-id-locations abbrev_defs \
ac-comphist.dat bookmarks custom.el* emms-streams flymake.log \
geiser-history.guile history loaddefs.el smex-items srecode-map.el \
tramp elnode/ emms/ image-dired/ jabber-hist/ jabber/ newsticker/ \
packages/ semanticdb/ templates/ themes/ url/ var/ vendor-lisp/ \
init.html init.org project.el* _publish/
EMACS=emacs EMACS=emacs
include ../dotfiles.mk include ../dotfiles2.mk
install: init.el
init.el: init.org init.el: init.org
$(EMACS) -Q -batch \ $(EMACS) -Q -batch \

View file

@ -1,5 +1,4 @@
SUBDIR=eshell SUBDIR=eshell
objects=alias EXCLUDE=login lastdir history
modules=
include ../../dotfiles.mk include ../../dotfiles2.mk

19
emacs/gtkrc Normal file
View file

@ -0,0 +1,19 @@
gtk-font-name = "Envy Code R 12"
style "yoshi"
{
bg[NORMAL] = "#111113"
bg[SELECTED] = "#111113"
bg[INSENSITIVE] = "#111113"
bg[ACTIVE] = "#111113"
bg[PRELIGHT] = "#4a5b73"
fg[NORMAL] = "#eeeeec"
fg[SELECTED] = "#eeeeec"
fg[INSENSITIVE] = "#a5a5a4"
fg[ACTIVE] = "#eeeeec"
fg[PRELIGHT] = "#eeeeec"
}
widget "Emacs.*" style "yoshi"
widget_class "*Menu*" style "yoshi"

View file

@ -1,7 +1,8 @@
SUBDIR=site-lisp SUBDIR=site-lisp
objects=dzen.elc dzen.el eltuki.elc eltuki.el ext.elc ext.el \
metalexpress.elc metalexpress.el mu4e-init.elc mu4e-init.el \
oni.elc oni.el org-init.elc org-init.el quick-edit-mode.elc \
quick-edit-mode.el
include ../../dotfiles.mk include ../../dotfiles2.mk
install: wm-init.elc
wm-init.elc: wm-init.el
emacs -Q -batch -eval "(byte-compile-file \"wm-init.el\")"

View file

@ -1,4 +1,4 @@
SUBDIR=snippets SUBDIR=snippets
modules=html-mode org-mode python-mode MODULES=html-mode org-mode python-mode
include ../../dotfiles.mk include ../../dotfiles2.mk

View file

@ -1,4 +1,3 @@
SUBDIR=html-mode SUBDIR=html-mode
objects=for generic-block
include ../../../dotfiles.mk include ../../../dotfiles2.mk

View file

@ -1,4 +1,3 @@
SUBDIR=org-mode SUBDIR=org-mode
objects=codeblock heading project snippet
include ../../../dotfiles.mk include ../../../dotfiles2.mk

View file

@ -1,4 +1,3 @@
SUBDIR=python-mode SUBDIR=python-mode
objects=defm_empty form form_valid import_from permission_guard url
include ../../../dotfiles.mk include ../../../dotfiles2.mk