I do not think that I am using this package in fact
@ -99,6 +99,10 @@
#+BEGIN_SRC emacs-lisp
(setq default-fill-column 78)
#+END_SRC
Highlight sexp (apparently I am not even using this)
;(require 'highlight-sexps)
** Mouseless
Disable mouse interaction with emacs
@ -496,13 +500,8 @@
* Leftovers
** Leftovers
;; * toorg
(require 'highlight-sexps)
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "http://stable.melpa.org/packages/") t)