summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-13 23:54:16 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-14 00:15:54 +0200
commit0358ac88f0e00f9b396efed6b8a88864c1b37276 (patch)
tree064330ebd5ed82b53996adf544b00d49818088e4
parentb7d854c18e57e4d4211fd23f72741543a40fbfc1 (diff)
downloaddotfiles-0358ac88f0e00f9b396efed6b8a88864c1b37276.tar.xz
emacs: remove htmlize in favour of htmlfontify
-rw-r--r--emacs15
1 files 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