dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 38dd4d8f9960460eedf5882ac3392f86844995b5
parent 3e7e9880cbd53c9c69a734c11aa9b5b469230982
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Mon,  9 Jun 2014 10:59:23 +0200

added \c for compiling, \i for init.el

Diffstat:
M.emacs.d/init.el | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -108,7 +108,8 @@ "w" 'whitespace-mode "m" 'mu4e "p" 'org-latex-export-to-pdf - "c" (lambda () (interactive)(find-file "~/.emacs.d/init.el")) + "c" 'compile + "i" (lambda () (interactive)(find-file "~/.emacs.d/init.el")) "t" (lambda () (interactive)(find-file "~/owncloud/todo.org"))) ;; install with MELPA: