From f022ed436b5a67e7575c70a5dd4a75a4f3e43a81 Mon Sep 17 00:00:00 2001 From: Allen Gilliland <agilliland@gmail.com> Date: Sat, 26 Sep 2015 16:33:02 -0700 Subject: [PATCH] couple more heading size tweaks. --- docs/developers-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developers-guide.md b/docs/developers-guide.md index 7bf7e722e61..1496052b251 100644 --- a/docs/developers-guide.md +++ b/docs/developers-guide.md @@ -164,7 +164,7 @@ You can make API calls from the REPL using `metabase.http-client`: ;; ...} ``` -## Developing with Emacs +#### Developing with Emacs `.dir-locals.el` contains some Emacs Lisp that tells `clojure-mode` how to indent Metabase macros and which arguments are docstrings. Whenever this file is updated, Emacs will ask you if the code is safe to load. You can answer `!` to save it as safe. @@ -178,7 +178,7 @@ You'll probably want to tell Emacs to store customizations in a different file. (load-file custom-file)) ``` -## Checking for Out-of-Date Dependencies +#### Checking for Out-of-Date Dependencies lein ancient # list all out-of-date dependencies lein ancient latest lein-ring # list latest version of artifact lein-ring -- GitLab