Update Emacs config to use dotfiles2.mk
This commit is contained in:
parent
a3ee1cf373
commit
7d94202351
9 changed files with 43 additions and 20 deletions
2
Makefile
2
Makefile
|
@ -1,5 +1,5 @@
|
|||
export DESTDIR:=$(HOME)
|
||||
modules=emacs .config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \
|
||||
modules=.config .conkerorrc .local .moc .ncmpcpp .sawfish .ssh \
|
||||
.w3m .zsh sbcl
|
||||
objects=.bash_profile .beetsconfig .gitconfig .guile .hgrc \
|
||||
.offlineimap.py .offlineimaprc .screenrc .stumpwmrc .urlview \
|
||||
|
|
|
@ -1,10 +1,17 @@
|
|||
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
|
||||
|
||||
include ../dotfiles.mk
|
||||
include ../dotfiles2.mk
|
||||
|
||||
install: init.el
|
||||
|
||||
init.el: init.org
|
||||
$(EMACS) -Q -batch \
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
SUBDIR=eshell
|
||||
objects=alias
|
||||
modules=
|
||||
EXCLUDE=login lastdir history
|
||||
|
||||
include ../../dotfiles.mk
|
||||
include ../../dotfiles2.mk
|
||||
|
|
19
emacs/gtkrc
Normal file
19
emacs/gtkrc
Normal 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"
|
|
@ -1,7 +1,8 @@
|
|||
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\")"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SUBDIR=snippets
|
||||
modules=html-mode org-mode python-mode
|
||||
MODULES=html-mode org-mode python-mode
|
||||
|
||||
include ../../dotfiles.mk
|
||||
include ../../dotfiles2.mk
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
SUBDIR=html-mode
|
||||
objects=for generic-block
|
||||
|
||||
include ../../../dotfiles.mk
|
||||
include ../../../dotfiles2.mk
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
SUBDIR=org-mode
|
||||
objects=codeblock heading project snippet
|
||||
|
||||
include ../../../dotfiles.mk
|
||||
include ../../../dotfiles2.mk
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
SUBDIR=python-mode
|
||||
objects=defm_empty form form_valid import_from permission_guard url
|
||||
|
||||
include ../../../dotfiles.mk
|
||||
include ../../../dotfiles2.mk
|
||||
|
|
Loading…
Reference in a new issue