Add zile config
This commit is contained in:
parent
d7b662715d
commit
ee34dfcc2c
2 changed files with 6 additions and 1 deletions
5
.zile
Normal file
5
.zile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
;; -*- mode: lisp; -*-
|
||||||
|
(setq inhibit-splash-screen t)
|
||||||
|
(setq tab-width 4)
|
||||||
|
(setq indent-tabs-mode nil)
|
||||||
|
(setq backup-directory "/tmp")
|
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ modules=.emacs.d .config .conkerorrc .local .moc .mutt .ncmpcpp \
|
||||||
objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
|
objects=.bash_profile .beetsconfig .conky_box.lua .conkyrc .gitconfig \
|
||||||
.guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \
|
.guile .hgrc .offlineimap.py .offlineimaprc .screenrc .scwmrc \
|
||||||
.slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \
|
.slrnrc .stumpwmrc .tmux.conf .urlview .xbindkeysrc.scm .Xdefaults \
|
||||||
.xinitrc .Xmodmap .xsession .zprofile .zshrc
|
.xinitrc .Xmodmap .xsession .zprofile .zshrc .zile
|
||||||
|
|
||||||
export MAKEROOT=y
|
export MAKEROOT=y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue