From 792bb233f045866b0422883ae33935f7ce6d147d Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Sun, 25 Mar 2018 17:59:54 -0400 Subject: [PATCH] Bubble up highlight-sexps I do not think that I am using this package in fact --- global.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/global.org b/global.org index 875581e..64549d1 100644 --- a/global.org +++ b/global.org @@ -99,6 +99,10 @@ #+BEGIN_SRC emacs-lisp (setq default-fill-column 78) #+END_SRC + Highlight sexp (apparently I am not even using this) + #+BEGIN_SRC emacs-lisp + ;(require 'highlight-sexps) + #+END_SRC ** Mouseless Disable mouse interaction with emacs #+BEGIN_SRC emacs-lisp @@ -496,13 +500,8 @@ #+END_SRC * Leftovers - -** Leftovers #+BEGIN_SRC emacs-lisp - ;; * toorg - (require 'highlight-sexps) - (require 'package) (add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/") t)