commit 03abb412a427ffb6b382ccf18e8333cc2291fe3e
parent 2f42456ab0438d4612636e26bedf4a5b5ebcde4d
Author: Yuval Langer <yuval.langer@gmail.com>
Date: Sat, 17 Dec 2016 18:37:58 +0200
Add a paredit use-package and remove a RESULTS
Diffstat:
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/emacs/myinit.org b/emacs/myinit.org
@@ -41,9 +41,6 @@
(windmove-default-keybindings)
#+END_SRC
- #+RESULTS:
- : windmove-down
-
* swiper-mode
#+BEGIN_SRC emacs-lisp
@@ -168,6 +165,16 @@ Org bullets makes things look pretty.
* Programming modes
+** elisp
+
+*** paredit
+
+#+begin_src emacs-lisp
+ (use-package
+ paredit
+ :ensure t)
+#+end_src
+
** Python
*** elpy