Skip to content
Snippets Groups Projects
Commit f022ed43 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

couple more heading size tweaks.

parent b26f06ac
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment