summaryrefslogtreecommitdiff
path: root/old-init.el
diff options
context:
space:
mode:
Diffstat (limited to 'old-init.el')
-rw-r--r--old-init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/old-init.el b/old-init.el
index 638fcaf..d01e0cc 100644
--- a/old-init.el
+++ b/old-init.el
@@ -133,9 +133,6 @@
(global-set-key (kbd "<C-prior>") 'backward-page)
(global-set-key (kbd "<C-next>") 'forward-page)
-(require 'info+)
-(setq Info-fontify-quotations-flag t)
-(setq Info-fontify-single-quote-flag t)
(add-to-list 'auto-mode-alist '("\\.html\\'" . sgml-mode))
(eval-after-load "sgml-mode"