git.fiddlerwoaroof.com
Browse code

No a-i-m in cider repl, add binding for imenu

Ed Langley authored on 03/07/2019 18:02:33
Showing 1 changed files
... ...
@@ -348,7 +348,7 @@ With a prefix ARG invalidates the cache first."
348 348
               (rainbow-delimiters-mode 1)
349 349
               (evil-smartparens-mode 1)
350 350
               (smartparens-strict-mode 1)
351
-              (aggressive-indent-mode 1)
351
+              (aggressive-indent-mode 0)
352 352
               (helm-cider-mode 1)
353 353
               (cider-company-enable-fuzzy-completion)))
354 354
 
... ...
@@ -376,6 +376,10 @@ With a prefix ARG invalidates the cache first."
376 376
 
377 377
 
378 378
 
379
+(use-package imenu
380
+  :config
381
+  (define-key evil-normal-state-map " d" 'helm-imenu-in-all-buffers))
382
+
379 383
 (ensure-use-packages
380 384
  ;;(ac-js2)
381 385
  (ag)