summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.org1
-rw-r--r--old-init.el3
2 files changed, 0 insertions, 4 deletions
diff --git a/init.org b/init.org
index f2c9031..08711f2 100644
--- a/init.org
+++ b/init.org
@@ -111,7 +111,6 @@ Here’s a list of them:
guide-key
hungry-delete
ido-vertical-mode
- info+
page-break-lines
paren-face
perspective
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"