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