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 002934051d581fc17d8e65e61c851d3300fc19c8
parent f8d4607bf012d24952008c59b005362cd732851a
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  6 May 2014 11:09:58 +0200

add latex pdf build short cut

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 @@ -95,7 +95,8 @@ "S" 'ispell "n" 'linum-mode "w" 'whitespace-mode - "m" 'mu4e) + "m" 'mu4e, + "p" 'org-latex-export-to-pdf) (require 'powerline) (powerline-default-theme) ;(powerline-vim-theme)