From 0358ac88f0e00f9b396efed6b8a88864c1b37276 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 13 May 2010 23:54:16 +0200 Subject: emacs: remove htmlize in favour of htmlfontify --- emacs | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/emacs b/emacs index 18f850b..be4555a 100644 --- a/emacs +++ b/emacs @@ -1,6 +1,6 @@ ;-*- coding: utf-8 -*- ; -; anrxc's .emacs for GNU/Emacs 23.1 on Arch GNU/Linux. +; anrxc's .emacs for GNU/Emacs 23.2 on Arch GNU/Linux ;{{{ Initialization @@ -475,7 +475,7 @@ If there is no *ansi-term*, run it." (global-set-key [f4] 'aic-visit-ansi-term) ; Function defined previously ;(global-set-key [f5] 'aic-fold-toggle-fold) ; Todo: Toggle all folds (global-set-key [f6] 'linum-mode) ; Toggle line numbering -(global-set-key [f7] 'htmlize-buffer) +(global-set-key [f7] 'htmlfontify-buffer) (global-set-key [f8] 'ispell-buffer) (global-set-key [f9] 'ispell-change-dictionary) ; Switching 'en_US' and 'hr' often ;(global-set-key [f10] ; Quick menu by default @@ -511,7 +511,7 @@ If there is no *ansi-term*, run it." ;; Files that are included in org-mode agenda (setq org-agenda-files - (list "~/.org/index.org" "~/.org/work.org" "~/.org/personal.org" "~/.org/computers.org") + (list "~/.org/index.org" "~/.org/personal.org" "~/.org/computers.org") ) ;}}} @@ -639,15 +639,6 @@ If there is no *ansi-term*, run it." '("\\.*mutt-*\\|\\.*pico.*\\|.article\\|\\.*200\\(T\\)?\\|\\.followup" . post-mode)) ;}}} -;{{{ Htmlize mode -; - http://www.emacswiki.org/emacs/Htmlize -; -(load "~/.emacs.d/htmlize.el") -(setq htmlize-convert-nonascii-to-entities nil) -(setq htmlize-html-charset "utf-8") -;}}} -;}}} - ;{{{ Custom -- cgit v1.2.3