aboutsummaryrefslogtreecommitdiff
path: root/Emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:29:22 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:29:22 +0100
commitc97f16044fe991e242c86b51c8ae390fa547364a (patch)
tree062cdb9d7f2c69e40b8c2c2d9c6349642881e2b7 /Emacs
parent39561add0417136c925cbd26feebca7e2035e4e3 (diff)
downloaddotfiles-c97f16044fe991e242c86b51c8ae390fa547364a.tar.gz
dotfiles-c97f16044fe991e242c86b51c8ae390fa547364a.tar.bz2
dotfiles-c97f16044fe991e242c86b51c8ae390fa547364a.zip
+description to emacs lisp section
Diffstat (limited to 'Emacs')
-rw-r--r--Emacs/.config/emacs/config.org2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 3f7885a..deccf92 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -1035,6 +1035,8 @@ Then emmet for super speed
"M-k" #'emmet-prev-edit-point))
#+END_SRC
** Emacs lisp
+Add a new lisp indent function which indents newline lists more
+appropriately.
#+BEGIN_SRC emacs-lisp
(with-eval-after-load "lisp-mode"
(defun +modded/lisp-indent-function (indent-point state)