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

remove error

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

diff --git a/.emacs.d/init.el b/.emacs.d/init.el @@ -95,7 +95,7 @@ "S" 'ispell "n" 'linum-mode "w" 'whitespace-mode - "m" 'mu4e, + "m" 'mu4e "p" 'org-latex-export-to-pdf) (require 'powerline) (powerline-default-theme)