Disable refine package

This commit is contained in:
Ivan Malison 2016-08-04 13:22:38 -07:00
parent bad05d97a0
commit addc8f1fb7

View File

@ -1112,7 +1112,8 @@ Sets environment variables by starting a shell
#+END_SRC #+END_SRC
*** refine *** refine
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package refine) (use-package refine
:disabled t)
#+END_SRC #+END_SRC
** Keybindings ** Keybindings
*** bind-key *** bind-key