Use paredit

master
Jacopo De Simoi 8 years ago
parent 5e067c484b
commit 319bec7ae3
  1. 3
      .gitmodules
  2. 6
      global.org
  3. 1
      paredit

3
.gitmodules vendored

@ -79,3 +79,6 @@
[submodule "avy-zap"]
path = avy-zap
url = https://github.com/cute-jumper/avy-zap/
[submodule "paredit"]
path = paredit
url = http://mumble.net/~campbell/git/paredit.git/

@ -1014,6 +1014,12 @@
(setq server-name (kde-current-activity-name))
#+END_SRC
** TODO elisp
*** Paredit
#+BEGIN_SRC emacs-lisp
(autoload 'enable-paredit-mode "paredit" "Turn on
pseudo-structural editing of Lisp code." t)
(add-hook 'emacs-lisp-mode-hook #'enable-paredit-mode)
#+END_SRC
*** Replace last sexp
I use this a lot to evaluate (e.g.) quick computations in files
#+BEGIN_SRC emacs-lisp

@ -0,0 +1 @@
Subproject commit acbe10fdd85d2e91831adf70b6a828bc7e900da0
Loading…
Cancel
Save