Bubble up highlight-sexps

I do not think that I am using this package in fact
master
Jacopo De Simoi 8 years ago
parent f784b527ff
commit 792bb233f0
  1. 9
      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)

Loading…
Cancel
Save